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.
Namespace: Microsoft.Storage
Assembly: srmlib (in srmlib.dll)
Syntax
public enum _FsrmPropertyValueType
public enum class _FsrmPropertyValueType
type _FsrmPropertyValueType
Public Enumeration _FsrmPropertyValueType
Members
| Member name | Description | |
|---|---|---|
| FsrmPropertyValueType_DateOffset | The type assigned to the property value is a date expression containing a date variable and an optional date offset. |
|
| FsrmPropertyValueType_Literal | The type assigned to the property value is one or more literal values. |
|
| FsrmPropertyValueType_Undefined | The type assigned to the property value is not defined. |
See Also
ValueType
Microsoft.Storage Namespace
Return to top