IFsrmFileConditionProperty.Operator Property
Specifies the comparison operator.
Namespace: Microsoft.Storage
Assembly: srmlib (in srmlib.dll)
Syntax
_FsrmPropertyConditionType Operator { get; set; }
property _FsrmPropertyConditionType Operator {
_FsrmPropertyConditionType get();
void set(_FsrmPropertyConditionType value);
}
abstract Operator : _FsrmPropertyConditionType with get, set
Property Operator As _FsrmPropertyConditionType
Property Value
Type: Microsoft.Storage._FsrmPropertyConditionType
A _FsrmPropertyConditionType containing the comparison operator.
See Also
_FsrmPropertyValueType
IFsrmFileConditionProperty Interface
Microsoft.Storage Namespace
Return to top