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 property definitions.
Namespace: Microsoft.Storage
Assembly: srmlib (in srmlib.dll)
Syntax
public virtual IFsrmCollection EnumPropertyDefinitions(
_FsrmEnumOptions options = _FsrmEnumOptions.FsrmEnumOptions_None
)
public:
virtual IFsrmCollection^ EnumPropertyDefinitions(
_FsrmEnumOptions options = _FsrmEnumOptions::FsrmEnumOptions_None
)
abstract EnumPropertyDefinitions :
options:_FsrmEnumOptions = _FsrmEnumOptions.FsrmEnumOptions_None -> IFsrmCollection
override EnumPropertyDefinitions :
options:_FsrmEnumOptions = _FsrmEnumOptions.FsrmEnumOptions_None -> IFsrmCollection
Public Overridable Function EnumPropertyDefinitions (
options As _FsrmEnumOptions
) As IFsrmCollection
Parameters
options
Type: Microsoft.Storage._FsrmEnumOptionsOne or more options for enumerating the property definitions. For possible values, see the FsrmEnumOptions enumeration.
Return Value
Type: Microsoft.Storage.IFsrmCollection
Returns a IFsrmCollection containing a collection of property definitions. Each item in the collection is a VARIANT of type VT_DISPATCH. Query the pdispVal member of the variant for the IFsrmPropertyDefinition interface.
The collection contains only committed property definitions; the collection will not contain newly created property definitions that have not been committed.
Implements
IFsrmClassificationManager2.EnumPropertyDefinitions(_FsrmEnumOptions)
See Also
IFsrmClassificationManager2
IFsrmClassificationManager
CreatePropertyDefinition
GetPropertyDefinition
FsrmClassificationManagerClass
Microsoft.Storage Namespace
MSFT_FSRMClassification
Return to top