Share via


OperationCallerDetails.UsedServiceManagementApi Property

Gets or sets whether the operation was initiated by using the Service Management API.

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

Usage

'Usage
Dim instance As OperationCallerDetails
Dim value As Boolean

value = instance.UsedServiceManagementApi

instance.UsedServiceManagementApi = value

Syntax

'Declaration
Public Property UsedServiceManagementApi As Boolean
public bool UsedServiceManagementApi { get; set; }
public:
property bool UsedServiceManagementApi {
    bool get ();
    void set (bool value);
}
/** @property */
public boolean get_UsedServiceManagementApi ()

/** @property */
public void set_UsedServiceManagementApi (boolean value)
public function get UsedServiceManagementApi () : boolean

public function set UsedServiceManagementApi (value : boolean)

Property Value

true if the operation was initiated by using the Service Management API; otherwise, false.

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

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