NetworkListResponse.VirtualNetworkSite.Id Property
Optional. A unique string identifier that represents the virtual network site.
Namespace: Microsoft.WindowsAzure.Management.Network.Models
Assembly: Microsoft.WindowsAzure.Management.Network (in Microsoft.WindowsAzure.Management.Network.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
NetworkListResponse.VirtualNetworkSite Class
Microsoft.WindowsAzure.Management.Network.Models Namespace
Return to top