BusinessRules 속성
Gets or sets an ArrayOfBusinessRule complex type.
네임스페이스: Microsoft.MasterDataServices.Services.DataContracts
어셈블리: Microsoft.MasterDataServices.Services(Microsoft.MasterDataServices.Services.dll)
구문
‘선언
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property BusinessRules As Collection(Of BusinessRule)
Get
Set
‘사용 방법
Dim instance As BusinessRuleSet
Dim value As Collection(Of BusinessRule)
value = instance.BusinessRules
instance.BusinessRules = value
[DataMemberAttribute(EmitDefaultValue = false)]
public Collection<BusinessRule> BusinessRules { get; set; }
[DataMemberAttribute(EmitDefaultValue = false)]
public:
property Collection<BusinessRule^>^ BusinessRules {
Collection<BusinessRule^>^ get ();
void set (Collection<BusinessRule^>^ value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member BusinessRules : Collection<BusinessRule> with get, set
function get BusinessRules () : Collection<BusinessRule>
function set BusinessRules (value : Collection<BusinessRule>)
속성 값
유형: System.Collections.ObjectModel. . :: . .Collection< (Of < ( <'BusinessRule> ) > ) >
Collection of type BusinessRule.