Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Retrieves the possible value definitions of the property definition.
Namespace: Microsoft.Storage
Assembly: srmlib (in srmlib.dll)
Syntax
IFsrmCollection ValueDefinitions { get; }
property IFsrmCollection^ ValueDefinitions {
IFsrmCollection^ get();
}
abstract ValueDefinitions : IFsrmCollection with get
ReadOnly Property ValueDefinitions As IFsrmCollection
Property Value
Type: Microsoft.Storage.IFsrmCollection
A IFsrmCollection containing the possible value definitions of the property definition.
See Also
IFsrmPropertyDefinition2 Interface
Microsoft.Storage Namespace
Return to top