IFsrmFileConditionProperty.ValueType Property
Retrieves or sets the type of the file condition property value.
Namespace: Microsoft.Storage
Assembly: srmlib (in srmlib.dll)
Syntax
_FsrmPropertyValueType ValueType { get; set; }
property _FsrmPropertyValueType ValueType {
_FsrmPropertyValueType get();
void set(_FsrmPropertyValueType value);
}
abstract ValueType : _FsrmPropertyValueType with get, set
Property ValueType As _FsrmPropertyValueType
Property Value
Type: Microsoft.Storage._FsrmPropertyValueType
A _FsrmPropertyValueType containing the file condition property value.
See Also
_FsrmPropertyValueType
IFsrmFileConditionProperty Interface
Microsoft.Storage Namespace
Return to top