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 命名空间