ObjectIdentifier.Version Property

 

Gets the version of the object.

Namespace:   Microsoft.Azure.KeyVault
Assembly:  Microsoft.Azure.KeyVault (in Microsoft.Azure.KeyVault.dll)

Syntax

public string Version { get; }
public:
property String^ Version {
    String^ get();
}
member Version : string with get
Public ReadOnly Property Version As String

Property Value

Type: System.String

The version of the object.

See Also

ObjectIdentifier Class
Microsoft.Azure.KeyVault Namespace

Return to top