ResourceBase.Id Property
Optional. Gets or sets the id of the resource.
Namespace: Microsoft.WindowsAzure.Management.Automation.Models
Assembly: Microsoft.WindowsAzure.Management.Automation (in Microsoft.WindowsAzure.Management.Automation.dll)
Syntax
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
Property Value
Type: System.String
See Also
ResourceBase Class
Microsoft.WindowsAzure.Management.Automation.Models Namespace
Return to top