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.
Enumerates the type of the value being assigned to an FSRM property in a property condition.
Syntax
typedef enum _FsrmPropertyValueType {
FsrmPropertyValueType_Undefined = 0,
FsrmPropertyValueType_Literal = 1,
FsrmPropertyValueType_DateOffset = 2
} FsrmPropertyValueType;
Constants
FsrmPropertyValueType_Undefined Value: 0 The type assigned to the property value is not defined. |
FsrmPropertyValueType_Literal Value: 1 The type assigned to the property value is one or more literal values. |
FsrmPropertyValueType_DateOffset Value: 2 The type assigned to the property value is a date expression containing a date variable and an optional date offset. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | None supported |
Minimum supported server | Windows Server 2012 |
Header | fsrmenums.h (include FsrmPipeline.h, FsrmQuota.h, FsrmReports.h, FsrmScreen.h) |