IFsrmPropertyCondition.Type Property
Retrieves or sets the comparison operator used to determine whether the property condition is met.
Namespace: Microsoft.Storage
Assembly: srmlib (in srmlib.dll)
Syntax
_FsrmPropertyConditionType Type { get; set; }
property _FsrmPropertyConditionType Type {
_FsrmPropertyConditionType get();
void set(_FsrmPropertyConditionType value);
}
abstract Type : _FsrmPropertyConditionType with get, set
Property Type As _FsrmPropertyConditionType
Property Value
Type: Microsoft.Storage._FsrmPropertyConditionType
A _FsrmPropertyConditionType containing the comparison operator used to compare the value of the specified classification property in the file to the property condition's value.
See Also
IFsrmPropertyCondition Interface
Microsoft.Storage Namespace
Return to top