[This property is available for use only in Windows Server 2003.]
This property is not supported.
**Windows Server 2003: **
The QuorumArbitrationTimeMin property specifies the minimum number of seconds a node is allowed to spend arbitrating for the quorum resource in a cluster.
| Attribute | Value |
|---|---|
| Data type | DWORD |
| Access | Read/write |
| Structure | CLUSPROP_DWORD |
| Minimum | 1 |
| Maximum | 3600 |
| Default | 7 |
Examples
The property value portion of a property list entry for QuorumArbitrationTimeMin can be set with the following example code:
DWORD QuorumArbitrationTimeMinData = 20;
CLUSPROP_DWORD QuorumArbitrationTimeMinValue;
QuorumArbitrationTimeMinValue.Syntax.dw = CLUSPROP_SYNTAX_LIST_VALUE_DWORD;
QuorumArbitrationTimeMinValue.cbLength = sizeof(DWORD);
QuorumArbitrationTimeMinValue.dw = QuorumArbitrationTimeMinData;
Requirements
| Minimum supported client |
None supported |
| Minimum supported server |
Windows Server 2003 Enterprise, Windows Server 2003 Datacenter |
| End of server support |
Windows Server 2003 Datacenter, Windows Server 2003 Enterprise |