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