Share via


SubscriptionOperation.OperationCaller Property

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

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

Usage

'Usage
Dim instance As SubscriptionOperation
Dim value As OperationCallerDetails

value = instance.OperationCaller

instance.OperationCaller = value

Syntax

'Declaration
Public Property OperationCaller As OperationCallerDetails
public OperationCallerDetails OperationCaller { get; set; }
public:
property OperationCallerDetails^ OperationCaller {
    OperationCallerDetails^ get ();
    void set (OperationCallerDetails^ value);
}
/** @property */
public OperationCallerDetails get_OperationCaller ()

/** @property */
public void set_OperationCaller (OperationCallerDetails value)
public function get OperationCaller () : OperationCallerDetails

public function set OperationCaller (value : OperationCallerDetails)

Property Value

An OperationCallerDetails object.

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

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