Compartir a través de


SenderAuthorization.Scope Property

 

Optional. The scope.

Namespace:   Microsoft.Azure.Insights.Models
Assembly:  Microsoft.Azure.Insights (in Microsoft.Azure.Insights.dll)

Syntax

public string Scope { get; set; }
public:
property String^ Scope {
    String^ get();
    void set(String^ value);
}
member Scope : string with get, set
Public Property Scope As String

Property Value

Type: System.String

See Also

SenderAuthorization Class
Microsoft.Azure.Insights.Models Namespace

Return to top