IFsrmClassificationRule.ModuleDefinitionName Property

 

Gets and sets the ModuleDefinitionName property.

Namespace:   Microsoft.Storage
Assembly:  srmlib (in srmlib.dll)

Syntax

string ModuleDefinitionName { get; set; }
property String^ ModuleDefinitionName {
    String^ get();
    void set(String^ value);
}
abstract ModuleDefinitionName : string with get, set
Property ModuleDefinitionName As String

Property Value

Type: System.String

Returns the ModuleDefinitionName property.

Implements

IFsrmRule.ModuleDefinitionName

See Also

IFsrmClassificationRule Interface
Microsoft.Storage Namespace

Return to top