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.
Specifies the property definitions FSRM recognizes.
Namespace: Microsoft.Storage
Assembly: srmlib (in srmlib.dll)
Syntax
void UseDefinitions(
IFsrmCollection propertyDefinitions
)
void UseDefinitions(
IFsrmCollection^ propertyDefinitions
)
abstract UseDefinitions :
propertyDefinitions:IFsrmCollection -> unit
Sub UseDefinitions (
propertyDefinitions As IFsrmCollection
)
Parameters
propertyDefinitions
Type: Microsoft.Storage.IFsrmCollectionCollection of property definitions that are currently defined by FSRM.
See Also
IFsrmStorageModuleImplementation Interface
Microsoft.Storage Namespace
Return to top