LogBufferingFilterRule.Attributes Propriedade
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
Obtém os atributos de estado de log das mensagens onde esta regra se aplica.
public:
property System::Collections::Generic::IReadOnlyList<System::Collections::Generic::KeyValuePair<System::String ^, System::Object ^>> ^ Attributes { System::Collections::Generic::IReadOnlyList<System::Collections::Generic::KeyValuePair<System::String ^, System::Object ^>> ^ get(); };
public System.Collections.Generic.IReadOnlyList<System.Collections.Generic.KeyValuePair<string,object?>>? Attributes { get; }
member this.Attributes : System.Collections.Generic.IReadOnlyList<System.Collections.Generic.KeyValuePair<string, obj>>
Public ReadOnly Property Attributes As IReadOnlyList(Of KeyValuePair(Of String, Object))