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