ObjectIdentifier.Name Property

 

Gets the name of the object.

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

Syntax

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

Property Value

Type: System.String

The name of the object.

See Also

ObjectIdentifier Class
Microsoft.Azure.KeyVault Namespace

Return to top