HealthReportEntry.Tags Propriedade
Definição
Obtém as marcas associadas à verificação de integridade.Gets the tags associated with the health check.
public:
property System::Collections::Generic::IEnumerable<System::String ^> ^ Tags { System::Collections::Generic::IEnumerable<System::String ^> ^ get(); };
public System.Collections.Generic.IEnumerable<string> Tags { get; }
member this.Tags : seq<string>
Public ReadOnly Property Tags As IEnumerable(Of String)