IFsrmPropertyDefinitionValue.UniqueID Property
Retrieves a unique ID of the classification property definition value.
Namespace: Microsoft.Storage
Assembly: srmlib (in srmlib.dll)
Syntax
string UniqueID { get; }
property String^ UniqueID {
String^ get();
}
abstract UniqueID : string with get
ReadOnly Property UniqueID As String
Property Value
Type: System.String
A String containing the unique ID of the classification property definition value.
See Also
IFsrmPropertyDefinitionValue Interface
Microsoft.Storage Namespace
Return to top