BRConditionComponents 속성
Gets or sets an array of business rule condition components.
네임스페이스: Microsoft.MasterDataServices
어셈블리: Microsoft.MasterDataServices(Microsoft.MasterDataServices.dll)
구문
‘선언
<DataMemberAttribute> _
Public Property BRConditionComponents As Collection(Of BRConditionComponent)
Get
Set
‘사용 방법
Dim instance As BRConditionGroup
Dim value As Collection(Of BRConditionComponent)
value = instance.BRConditionComponents
instance.BRConditionComponents = value
[DataMemberAttribute]
public Collection<BRConditionComponent> BRConditionComponents { get; set; }
[DataMemberAttribute]
public:
property Collection<BRConditionComponent^>^ BRConditionComponents {
Collection<BRConditionComponent^>^ get ();
void set (Collection<BRConditionComponent^>^ value);
}
[<DataMemberAttribute>]
member BRConditionComponents : Collection<BRConditionComponent> with get, set
function get BRConditionComponents () : Collection<BRConditionComponent>
function set BRConditionComponents (value : Collection<BRConditionComponent>)
속성 값
유형: System.Collections.ObjectModel. . :: . .Collection< (Of < ( <'BRConditionComponent> ) > ) >
A collection of type BRConditionComponent.