CloudExtensions.GetAssemblyVersion(Of T) Method (ServiceClient(Of T))
Gets the assembly version of a service client.
Assembly: Microsoft.WindowsAzure.Common (in Microsoft.WindowsAzure.Common.dll)
<ExtensionAttribute> Public Shared Function GetAssemblyVersion(Of T As ServiceClient(Of T)) ( client As ServiceClient(Of T) ) As String
Parameters
- client
-
Type:
Microsoft.WindowsAzure.Common.ServiceClient(Of T)
The service client.
Type Parameters
- T
The type of service client.
Show: