 | ClusterResourceInfoModelClass Property |
Gets or sets the class.
Namespace: DoubleTake.Web.ModelsAssembly: DoubleTake.Management.Web.Client (in DoubleTake.Management.Web.Client.dll) Version: 8.1.0.599 (8.1.0.599)
Syntaxpublic Nullable<int> Class { get; set; }
Public Property Class As Nullable(Of Integer)
Get
Set
public:
property Nullable<int> Class {
Nullable<int> get ();
void set (Nullable<int> value);
}
member Class : Nullable<int> with get, set
Property Value
Type:
NullableInt32
See Also