IFsrmClassifierModuleDefinition.Version Property

 

Gets and sets the Version property.

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

Syntax

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

Property Value

Type: System.String

Returns the Version property.

Implements

IFsrmPipelineModuleDefinition.Version

See Also

IFsrmClassifierModuleDefinition Interface
Microsoft.Storage Namespace

Return to top