Share via


SubscriptionListOperationsResponse.SubscriptionOperation.OperationObjectId Property

 

Gets or sets the target object for the operation.

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

Syntax

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

Property Value

Type: System.String

The target object.

See Also

SubscriptionListOperationsResponse.SubscriptionOperation Class
Microsoft.WindowsAzure.Management.Models Namespace

Return to top