Share via


ObjectIdentifier.VaultWithoutScheme Property

 

Gets the vault without scheme.

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

Syntax

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

Property Value

Type: System.String

The vault without scheme.

See Also

ObjectIdentifier Class
Microsoft.Azure.KeyVault Namespace

Return to top