DataLakeStoreManagementClient.ApiVersion Property

 

Gets the API version.

Namespace:   Microsoft.Azure.Management.DataLake.Store
Assembly:  Microsoft.Azure.Management.DataLake.Store (in Microsoft.Azure.Management.DataLake.Store.dll)

Syntax

public string ApiVersion { get; }
public:
property String^ ApiVersion {
    virtual String^ get() sealed;
}
abstract ApiVersion : string with get
override ApiVersion : string with get
Public ReadOnly Property ApiVersion As String

Property Value

Type: System.String

Implements

IDataLakeStoreManagementClient.ApiVersion

See Also

DataLakeStoreManagementClient Class
Microsoft.Azure.Management.DataLake.Store Namespace

Return to top