The CLUSCTL_NODE_GET_RO_COMMON_PROPERTIES control code is used to request the read-only common properties for a node.
Type: | External |
Access: | CLUS_ACCESS_READ |
Input: | None |
Output: | Property list |
Global: | CLUS_NOT_GLOBAL |
Modify: | CLUS_NO_MODIFY |
Code: | CLCTL_GET_RO_COMMON_PROPERTIES |
When you call ClusterNodeControl with the CLUSCTL_NODE_GET_RO_COMMON_PROPERTIES control code, it returns a property list with the names and values of the properties that apply to all groups and cannot be modified using the CLUSCTL_NODE_SET_COMMON_PROPERTIES control code.
The NodeName property is the only read-only common property for nodes.
To parse the property list returned by ClusterNodeControl, use the property list utility functions.