IFsrmPropertyDefinition2.ValueDescriptions Property
Gets and sets the ValueDescriptions property.
Namespace: Microsoft.Storage
Assembly: srmlib (in srmlib.dll)
Syntax
object[] ValueDescriptions { get; set; }
property array<Object^>^ ValueDescriptions {
array<Object^>^ get();
void set(array<Object^>^ value);
}
abstract ValueDescriptions : Object[] with get, set
Property ValueDescriptions As Object()
Property Value
Type: System.Object[]
Returns the ValueDescriptions property.
Implements
IFsrmPropertyDefinition.ValueDescriptions
See Also
IFsrmPropertyDefinition2 Interface
Microsoft.Storage Namespace
Return to top