ClientVersionBase.ToString Method ()
Returns a string representation of the client version number.
Namespace: Microsoft.ConfigurationManagement.Messaging.Framework
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public override string ToString()
public:
virtual String^ ToString() override
Public Overrides Function ToString As String
Return Value
Type: System.String
String format of the version number. For example: '4.00.5790.0000'.
See Also
ClientVersionBase Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace
Return to top