Share via


ApplicationGatewayOperation.OperationType Property

 

Optional. Operation Type.

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

Syntax

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

Property Value

Type: System.String

See Also

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

Return to top