VsaLoader.Version Property
This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Namespace: Microsoft.Vsa
Assembly: Microsoft.Vsa (in Microsoft.Vsa.dll)
Syntax
'Declaration
Public ReadOnly Property Version As String
public string Version { get; }
public:
virtual property String^ Version {
String^ get () sealed;
}
abstract Version : string
override Version : string
final function get Version () : String
Property Value
Type: System.String