Share via


SubscriptionListOperationsResponse.SubscriptionOperation.OperationCaller Property

 

Gets or sets an SubscriptionListOperationsResponse.OperationCallerDetails object that defines the attributes of the source of the operation.

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

Syntax

public SubscriptionListOperationsResponse.OperationCallerDetails OperationCaller { get; set; }
public:
property SubscriptionListOperationsResponse::OperationCallerDetails^ OperationCaller {
    SubscriptionListOperationsResponse::OperationCallerDetails^ get();
    void set(SubscriptionListOperationsResponse::OperationCallerDetails^ value);
}
member OperationCaller : SubscriptionListOperationsResponse.OperationCallerDetails with get, set
Public Property OperationCaller As SubscriptionListOperationsResponse.OperationCallerDetails

Property Value

Type: Microsoft.WindowsAzure.Management.Models.SubscriptionListOperationsResponse.OperationCallerDetails

An SubscriptionListOperationsResponse.OperationCallerDetails object.

See Also

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

Return to top