|
SchemaFileImage Property
|
Gets the file image of this
Schema.
Namespace: GSF.COMTRADEAssembly: GSF.COMTRADE (in GSF.COMTRADE.dll) Version: 2.4.205-beta
Syntax [JsonIgnoreAttribute]
public string FileImage { get; }
<JsonIgnoreAttribute>
Public ReadOnly Property FileImage As String
Get
public:
[JsonIgnoreAttribute]
property String^ FileImage {
String^ get ();
}
[<JsonIgnoreAttribute>]
member FileImage : string with get
function get_FileImage();
View SourceProperty Value
StringSee Also