次の方法で共有


IFsrmStorageModuleDefinition.Version Property

 

Retrieves or sets the version of the module definition.

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 of the module definition.

Implements

IFsrmPipelineModuleDefinition.Version

See Also

IFsrmStorageModuleDefinition Interface
Microsoft.Storage Namespace

Return to top