BRConditionComponents 屬性
Gets or sets the collection of condition components.
命名空間: Microsoft.MasterDataServices.Services.DataContracts
組件: Microsoft.MasterDataServices.Services (在 Microsoft.MasterDataServices.Services.dll 中)
語法
'宣告
<DataMemberAttribute> _
Public Property BRConditionComponents As Collection(Of BRConditionComponent)
Get
Private Set
'用途
Dim instance As BRConditionGroup
Dim value As Collection(Of BRConditionComponent)
value = instance.BRConditionComponents
[DataMemberAttribute]
public Collection<BRConditionComponent> BRConditionComponents { get; private set; }
[DataMemberAttribute]
public:
property Collection<BRConditionComponent^>^ BRConditionComponents {
Collection<BRConditionComponent^>^ get ();
private: void set (Collection<BRConditionComponent^>^ value);
}
[<DataMemberAttribute>]
member BRConditionComponents : Collection<BRConditionComponent> with get, private set
function get BRConditionComponents () : Collection<BRConditionComponent>
private function set BRConditionComponents (value : Collection<BRConditionComponent>)
屬性值
型別:System.Collections.ObjectModel. . :: . .Collection< (Of < ( <'BRConditionComponent> ) > ) >
A collection of type BRConditionComponent.