Share via


ModuleProperties.Version Property

 

Optional. Gets or sets the version of the module.

Namespace:   Microsoft.WindowsAzure.Management.Automation.Models
Assembly:  Microsoft.WindowsAzure.Management.Automation (in Microsoft.WindowsAzure.Management.Automation.dll)

Syntax

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

Property Value

Type: System.String

See Also

ModuleProperties Class
Microsoft.WindowsAzure.Management.Automation.Models Namespace

Return to top