IFsrmPropertyDefinition2.Type Property

 

Gets and sets the Type property.

Namespace:   Microsoft.Storage
Assembly:  srmlib (in srmlib.dll)

Syntax

_FsrmPropertyDefinitionType Type { get; set; }
property _FsrmPropertyDefinitionType Type {
    _FsrmPropertyDefinitionType get();
    void set(_FsrmPropertyDefinitionType value);
}
abstract Type : _FsrmPropertyDefinitionType with get, set
Property Type As _FsrmPropertyDefinitionType

Property Value

Type: Microsoft.Storage._FsrmPropertyDefinitionType

Returns the Type property.

Implements

IFsrmPropertyDefinition.Type

See Also

IFsrmPropertyDefinition2 Interface
Microsoft.Storage Namespace

Return to top