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