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.
Describes the type of property bag.
Syntax
typedef enum _FsrmPropertyBagField {
FsrmPropertyBagField_AccessVolume = 0,
FsrmPropertyBagField_VolumeGuidName = 1
} FsrmPropertyBagField;
Constants
FsrmPropertyBagField_AccessVolume Value: 0 Indicates if the property bag should include the name of the volume being accessed, which may be a snapshot. |
FsrmPropertyBagField_VolumeGuidName Value: 1 Indicates if the property bag should include the volume GUID name of the original volume. |
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) |