다음을 통해 공유


BusinessRule.BRActions 속성

Gets or sets the collection of actions.

네임스페이스:  Microsoft.MasterDataServices.Services.DataContracts
어셈블리:  Microsoft.MasterDataServices.Services.Contracts(Microsoft.MasterDataServices.Services.Contracts.dll)

구문

‘선언
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property BRActions As Collection(Of BRAction)
    Get 
    Friend Set
‘사용 방법
Dim instance As BusinessRule 
Dim value As Collection(Of BRAction)

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

속성 값

유형: System.Collections.ObjectModel.Collection<BRAction>
The collection of actions.

참고 항목

참조

BusinessRule 클래스

Microsoft.MasterDataServices.Services.DataContracts 네임스페이스