MSCluster_Resource class:
uint32 RetryPeriodOnFailure;
boolean SeparateMonitor;
string Type;
uint32 State;
string InternalState;
uint32 ResourceClass;
uint32 Subclass;
MSCluster_Property PrivateProperties;
string CryptoCheckpoints[];
string RegistryCheckpoints[];
i'm doing research on what I can extract about my cluster and i'm reviewing the "MScluster_resource" I found that i'm not able to put to "string" PrivateProperties.
for most of the "MSCLUSTER_RESOURCE" i'm able to send to string if there are any values. but I don't understand how to display this property. as it is defined as:
MSCluster_Property PrivateProperties
can I get some input how to convert the value/result to "string"?