Click or drag to resize

CommandGetVersion Method

Gives version of module

Namespace:  VMInfoFace.Shell
Assembly:  VMInfoFace.Shell (in VMInfoFace.Shell.dll) Version: 21.5.28.1 (21.5.28.1171)
Syntax
public static string GetVersion(
	string pQualifiedName
)

Parameters

pQualifiedName
Type: SystemString
Example: VMware.VimAutomation.Common

Return Value

Type: String
Version or empty
Examples
This example read version of module VMware.VimAutomation.Common
string Version = VMInfoFace.Shell.Command.GetVersion("VMware.VimAutomation.Common");

// output of Version
// 11.5.0.14898112
See Also