 | ClusterResourceInfoModelClass Property |
Gets or sets the class.
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 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