Свойство BusinessRuleSet.BusinessRules

Gets or sets the collection of business rules.

Пространство имен:  Microsoft.MasterDataServices.Services.DataContracts
Сборка:  Microsoft.MasterDataServices.Services.Contracts (в Microsoft.MasterDataServices.Services.Contracts.dll)

Синтаксис

'Декларация
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property BusinessRules As Collection(Of BusinessRule)
    Get 
    Friend Set
'Применение
Dim instance As BusinessRuleSet 
Dim value As Collection(Of BusinessRule)

value = instance.BusinessRules
[DataMemberAttribute(EmitDefaultValue = false)]
public Collection<BusinessRule> BusinessRules { get; internal set; }
[DataMemberAttribute(EmitDefaultValue = false)]
public:
property Collection<BusinessRule^>^ BusinessRules {
    Collection<BusinessRule^>^ get ();
    internal: void set (Collection<BusinessRule^>^ value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member BusinessRules : Collection<BusinessRule> with get, internal set
function get BusinessRules () : Collection<BusinessRule>
internal function set BusinessRules (value : Collection<BusinessRule>)

Значение свойства

Тип: System.Collections.ObjectModel.Collection<BusinessRule>
The collection of business rules.

См. также

Справочник

BusinessRuleSet Класс

Пространство имен Microsoft.MasterDataServices.Services.DataContracts