 | QueryInputFlatModelInstance Property |
Gets or sets the instance.
Namespace: DoubleTake.Web.ModelsAssembly: DoubleTake.Management.Web.Client (in DoubleTake.Management.Web.Client.dll) Version: 8.0.0.1664 (8.0.0.1664)
Syntaxpublic string Instance { get; set; }
Public Property Instance As String
Get
Set
public:
property String^ Instance {
String^ get ();
void set (String^ value);
}
member Instance : string with get, set
Property Value
Type:
StringThe instance.
See Also