CloudExtensions.GetAssemblyVersion(Of T) Method (ServiceClient(Of T))

 

Gets the assembly version of a service client.

Namespace:   Microsoft.WindowsAzure.Common.Internals
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.

Return Value

Type: System.String

The assembly version of the client.

Type Parameters

T

The type of service client.

Return to top
Show: