Share via


SubscriptionListOperationsResponse.OperationCallerDetails.UsedServiceManagementApi Property

 

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

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

Syntax

public bool UsedServiceManagementApi { get; set; }
public:
property bool UsedServiceManagementApi {
    bool get();
    void set(bool value);
}
member UsedServiceManagementApi : bool with get, set
Public Property UsedServiceManagementApi As Boolean

Property Value

Type: System.Boolean

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

See Also

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

Return to top