Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
Gets or sets the collection of attributes of the member.
Пространство имен: Microsoft.MasterDataServices.Services.DataContracts
Сборка: Microsoft.MasterDataServices.Services.Contracts (в Microsoft.MasterDataServices.Services.Contracts.dll)
Синтаксис
'Декларация
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property Attributes As Collection(Of Attribute)
Get
Friend Set
'Применение
Dim instance As Member
Dim value As Collection(Of Attribute)
value = instance.Attributes
[DataMemberAttribute(EmitDefaultValue = false)]
public Collection<Attribute> Attributes { get; internal set; }
[DataMemberAttribute(EmitDefaultValue = false)]
public:
property Collection<Attribute^>^ Attributes {
Collection<Attribute^>^ get ();
internal: void set (Collection<Attribute^>^ value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member Attributes : Collection<Attribute> with get, internal set
function get Attributes () : Collection<Attribute>
internal function set Attributes (value : Collection<Attribute>)
Значение свойства
Тип: System.Collections.ObjectModel.Collection<Attribute>
The collection of attributes of the member.
См. также
Справочник
Пространство имен Microsoft.MasterDataServices.Services.DataContracts