BRActions 属性
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 BusinessRule
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 BRAction.