Freigeben über


BusinessRules-Eigenschaft

Gets or sets an ArrayOfBusinessRule complex type.

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

Syntax

'Declaration
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property BusinessRules As Collection(Of BusinessRule)
    Get
    Set
'Usage
Dim instance As BusinessRuleSet
Dim value As Collection(Of BusinessRule)

value = instance.BusinessRules

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

Eigenschaftswert

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