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.
Retrieves or sets the type of data that the property contains.
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
A _FsrmPropertyDefinitionType containing the type of data that the property contains. For possible values, see the _FsrmPropertyDefinitionType enumeration.
Remarks
You cannot change the type after you commit the definition.
See Also
IFsrmPropertyDefinition Interface
Microsoft.Storage Namespace
Return to top