Share via


WebSiteOperationStatusResponse.GeoMasterOperationId Property

Optional. The GeoMaster Operation ID for this operation, if any.

Namespace: Microsoft.WindowsAzure.Management.WebSites.Models
Assembly: Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)

Usage

'Usage
Dim instance As WebSiteOperationStatusResponse
Dim value As String

value = instance.GeoMasterOperationId

instance.GeoMasterOperationId = value

Syntax

'Declaration
Public Property GeoMasterOperationId As String
public string GeoMasterOperationId { get; set; }
public:
property String^ GeoMasterOperationId {
    String^ get ();
    void set (String^ value);
}
/** @property */
public String get_GeoMasterOperationId ()

/** @property */
public void set_GeoMasterOperationId (String value)
public function get GeoMasterOperationId () : String

public function set GeoMasterOperationId (value : String)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Vista, Windows 7, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012

Target Platforms

See Also

Reference

WebSiteOperationStatusResponse Class
WebSiteOperationStatusResponse Members
Microsoft.WindowsAzure.Management.WebSites.Models Namespace