Gets or sets the image root
Namespace: CTCT.Components.MyLibraryAssembly: CTCT (in CTCT.dll) Version: 2.0.0.0 (2.0.0.0)
public string ImageRoot { get; set; }
public string ImageRoot { get; set; }
Public Property ImageRoot As String
Get
Set
Public Property ImageRoot As String
Get
Set
public:
property String^ ImageRoot {
String^ get ();
void set (String^ value);
}
public:
property String^ ImageRoot {
String^ get ();
void set (String^ value);
}
member ImageRoot : string with get, set
member ImageRoot : string with get, set