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 命名空间