 | QueryInputFlatModelInstance Property |
Gets or sets the instance.
Namespace:
DoubleTake.Web.Models
Assembly:
DoubleTake.Management.Web.Client (in DoubleTake.Management.Web.Client.dll) Version: 8.2.0.814 (8.2.0.814)
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