Udostępnij za pośrednictwem


EtwProvider.ScheduledTransferKeywordFilter Property

 

Optional. This field is a bitmask of the keywords that you would like logged. For details on EventSource keywords see: https://msdn.microsoft.com/library/system.diagnostics.tracing.eventsource(v=vs.110).aspx. For details on ETW event keywords see: https://msdn.microsoft.com/library/windows/desktop/dd996930(v=vs.85).aspx.

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

Syntax

public Nullable<ulong> ScheduledTransferKeywordFilter { get; set; }
public:
property Nullable<unsigned long long> ScheduledTransferKeywordFilter {
    Nullable<unsigned long long> get();
    void set(Nullable<unsigned long long> value);
}
member ScheduledTransferKeywordFilter : Nullable<uint64> with get, set
Public Property ScheduledTransferKeywordFilter As Nullable(Of ULong)

Property Value

Type: System.Nullable<UInt64>

See Also

EtwProvider Class
Microsoft.Azure.Management.Insights.Models Namespace

Return to top