Module.Version Property

Definition

Gets the version string for the module.

public:
 property System::String ^ Version { System::String ^ get(); };
public:
 property Platform::String ^ Version { Platform::String ^ get(); };
[System.Runtime.InteropServices.DispId(2106)]
public string Version { [System.Runtime.InteropServices.DispId(2106)] get; }
[<System.Runtime.InteropServices.DispId(2106)>]
[<get: System.Runtime.InteropServices.DispId(2106)>]
member this.Version : string
Public ReadOnly Property Version As String

Property Value

A string value representing the version of the module.

Attributes

Applies to