SenderAuthorization.Action Property
Optional. The Action.
Namespace: Microsoft.Azure.Insights.Models
Assembly: Microsoft.Azure.Insights (in Microsoft.Azure.Insights.dll)
Syntax
public string Action { get; set; }
public:
property String^ Action {
String^ get();
void set(String^ value);
}
member Action : string with get, set
Public Property Action As String
Property Value
Type: System.String
See Also
SenderAuthorization Class
Microsoft.Azure.Insights.Models Namespace
Return to top