Freigeben über


SenderAuthorization.Condition Property

 

Optional. The condition.

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

Syntax

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

Property Value

Type: System.String

See Also

SenderAuthorization Class
Microsoft.Azure.Insights.Models Namespace

Return to top