Share via


IFsrmPropertyDefinition2.ValueDefinitions Property

 

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