_FsrmPropertyDefinitionAppliesTo Enumeration
Flags that indicate what a FSRM classification property can be applied to.
Namespace: Microsoft.Storage
Assembly: srmlib (in srmlib.dll)
Syntax
public enum _FsrmPropertyDefinitionAppliesTo
public enum class _FsrmPropertyDefinitionAppliesTo
type _FsrmPropertyDefinitionAppliesTo
Public Enumeration _FsrmPropertyDefinitionAppliesTo
Members
Member name | Description | |
---|---|---|
FsrmPropertyDefinitionAppliesTo_Files | Indicates if a classification property can be applied to a file. |
|
FsrmPropertyDefinitionAppliesTo_Folders | Indicates if a classification property can be applied to a folder. |
See Also
Return to top