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.
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