PagePropertyModel.ICommonModel.Attributes Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
property System::Collections::Generic::IReadOnlyList<System::Object ^> ^ Microsoft::AspNetCore::Mvc::ApplicationModels::ICommonModel::Attributes { System::Collections::Generic::IReadOnlyList<System::Object ^> ^ get(); };
System.Collections.Generic.IReadOnlyList<object> Microsoft.AspNetCore.Mvc.ApplicationModels.ICommonModel.Attributes { get; }
member this.Microsoft.AspNetCore.Mvc.ApplicationModels.ICommonModel.Attributes : System.Collections.Generic.IReadOnlyList<obj>
ReadOnly Property Attributes As IReadOnlyList(Of Object) Implements ICommonModel.Attributes