 | QueryInputFlatModel.Instance Property |
Gets or sets the instance.
Namespace: DoubleTake.Web.ModelsAssembly: DoubleTake.Management.Web.Client (in DoubleTake.Management.Web.Client.dll) Version: 8.1.0.599 (8.1.0.599)
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