EtwProvider::ScheduledTransferKeywordFilter Property

 

Optional. This field is a bitmask of the keywords that you would like logged. For details on EventSource keywords see: http://msdn.microsoft.com/library/system.diagnostics.tracing.eventsource(v=vs.110).aspx. For details on ETW event keywords see: http://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)

public:
property Nullable<unsigned long long> ScheduledTransferKeywordFilter {
	Nullable<unsigned long long> get();
	void set(Nullable<unsigned long long> value);
}

Property Value

Type: System::Nullable<UInt64>
Return to top
Show: