Share via


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

See Also

IFsrmStorageModuleImplementation Interface
Microsoft.Storage Namespace

Return to top