Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 a String containing the version of the module definition. The version is limited to 10 characters.
Remarks
This property is optional. There is no restriction to the version's format.
See Also
IFsrmPipelineModuleDefinition Interface
Microsoft.Storage Namespace
Return to top