IFsrmStorageModuleImplementation.UseDefinitions Method (IFsrmCollection)
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