Share via


GatewayOperationResponse.OperationId Property

 

Optional.

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

Syntax

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

Property Value

Type: System.String

See Also

GatewayOperationResponse Class
Microsoft.WindowsAzure.Management.Network.Models Namespace

Return to top