Gets or sets the exact number of token allocation. If null, allocation will be determined by VcPercentAllocation.
Cannot be changed when VcPercenAllocation is not null.
Namespace: VcClientAssembly: VcClient (in VcClient.dll) Version: 1.0.0.0 (1.8.400.4142)
Syntax
C# |
---|
public Nullable<int> TokenAllocation { get; set; } |
Visual Basic |
---|
Public Property TokenAllocation As Nullable(Of Integer)
Get
Set |
Visual C++ |
---|
public:
property Nullable<int> TokenAllocation {
Nullable<int> get ();
void set (Nullable<int> value);
} |
See Also