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