CloudExtensions.GetAssemblyVersion<T> Method (ServiceClient<T>)

 

Gets the assembly version of a service client.

Namespace:   Microsoft.WindowsAzure.Common.Internals
Assembly:  Microsoft.WindowsAzure.Common (in Microsoft.WindowsAzure.Common.dll)

Syntax

public static string GetAssemblyVersion<T>(
    this ServiceClient<T> client
)
where T : ServiceClient<T>
public:
generic<typename T>
where T : ServiceClient<T>
[ExtensionAttribute]
static String^ GetAssemblyVersion(
    ServiceClient<T>^ client
)
static member GetAssemblyVersion<'T when 'T : ServiceClient<'T>> : 
        client:ServiceClient<'T> -> string
<ExtensionAttribute>
Public Shared Function GetAssemblyVersion(Of T As ServiceClient(Of T)) (
    client As ServiceClient(Of T)
) As String

Parameters

Return Value

Type: System.String

The assembly version of the client.

Type Parameters

  • T
    The type of service client.

See Also

CloudExtensions Class
Microsoft.WindowsAzure.Common.Internals Namespace

Return to top