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