SubscriptionListOperationsResponse.OperationCallerDetails.ClientIPAddress Property
Gets or sets the IP address of the client computer that initiated the operation.
Namespace: Microsoft.WindowsAzure.Management.Models
Assembly: Microsoft.WindowsAzure.Management (in Microsoft.WindowsAzure.Management.dll)
Syntax
public string ClientIPAddress { get; set; }
public:
property String^ ClientIPAddress {
String^ get();
void set(String^ value);
}
member ClientIPAddress : string with get, set
Public Property ClientIPAddress As String
Property Value
Type: System.String
The IP address.
Remarks
This value is only returned if UsedServiceManagementApi is true.
See Also
SubscriptionListOperationsResponse.OperationCallerDetails Class
Microsoft.WindowsAzure.Management.Models Namespace
Return to top