共用方式為


BRActions 屬性

Gets or sets an ArrayOfBRAction complex type.

命名空間:  Microsoft.MasterDataServices.Services.DataContracts
組件:  Microsoft.MasterDataServices.Services (在 Microsoft.MasterDataServices.Services.dll 中)

語法

'宣告
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property BRActions As Collection(Of BRAction)
    Get
    Set
'用途
Dim instance As BusinessRuleSet
Dim value As Collection(Of BRAction)

value = instance.BRActions

instance.BRActions = value
[DataMemberAttribute(EmitDefaultValue = false)]
public Collection<BRAction> BRActions { get; set; }
[DataMemberAttribute(EmitDefaultValue = false)]
public:
property Collection<BRAction^>^ BRActions {
    Collection<BRAction^>^ get ();
    void set (Collection<BRAction^>^ value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member BRActions : Collection<BRAction> with get, set
function get BRActions () : Collection<BRAction>
function set BRActions (value : Collection<BRAction>)

屬性值

型別:System.Collections.ObjectModel. . :: . .Collection< (Of < ( <'BRAction> ) > ) >
Collection of type BRAction.