Condividi tramite


Proprietà ResourceBase.Id

 

Facoltativa. Ottiene o imposta l'id della risorsa.

Spazio dei nomi:   Microsoft.WindowsAzure.Management.Automation.Models
Assembly:  Microsoft.WindowsAzure.Management.Automation (in Microsoft.WindowsAzure.Management.Automation.dll)

Sintassi

public string Id { get; set; }
public:
property String^ Id {
    String^ get();
    void set(String^ value);
}
member Id : string with get, set
Public Property Id As String

Valore proprietà

Type: System.String

Vedere anche

Classe ResourceBase
Spazio dei nomi Microsoft.WindowsAzure.Management.Automation.Models

Torna all'inizio