다음을 통해 공유


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 네임스페이스