WebSpacesListGeoRegionsResponse.GeoRegion.Description Property
Gets or sets the geo-region description.
Namespace: Microsoft.WindowsAzure.Management.WebSites.Models
Assembly: Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)
Syntax
public string Description { get; set; }
public:
property String^ Description {
String^ get();
void set(String^ value);
}
member Description : string with get, set
Public Property Description As String
Property Value
Type: System.String
The description.
See Also
WebSpacesListGeoRegionsResponse.GeoRegion Class
Microsoft.WindowsAzure.Management.WebSites.Models Namespace
Return to top