Freigeben über


BRActions-Eigenschaft

Gets or sets an ArrayOfBRAction complex type.

Namespace:  Microsoft.MasterDataServices.Services.DataContracts
Assembly:  Microsoft.MasterDataServices.Services (in Microsoft.MasterDataServices.Services.dll)

Syntax

'Declaration
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property BRActions As Collection(Of BRAction)
    Get
    Set
'Usage
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>)

Eigenschaftswert

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