DataPA Enterprise Dashboard Controls API Reference
Gets the version of DataPA currently installed.
Namespace: DataPAClientConfigAssembly: DataPAClientConfig (in DataPAClientConfig.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax
C# |
---|
public string Version { get; } |
Visual Basic |
---|
Public ReadOnly Property Version As String
Get |
Visual C++ |
---|
public:
virtual property String^ Version {
String^ get () sealed;
} |
Property Value
Type:
StringThe version of DataPA currently installed
Return Value
Type:
StringThe version of DataPA currently installed
Remarks
See Also