|
NodeImagePath Property
|
Image path field.
Namespace: GSF.Security.ModelAssembly: GSF.Security (in GSF.Security.dll) Version: 2.4.246-beta
Syntaxpublic string ImagePath { get; set; }
Public Property ImagePath As String
Get
Set
public:
property String^ ImagePath {
String^ get ();
void set (String^ value);
}
member ImagePath : string with get, set
function get_ImagePath();
function set_ImagePath(value);
View SourceProperty Value
String
See Also