Właściwość BusinessRuleSet.BusinessRules
Pobiera lub ustawia złożony ArrayOfBusinessRule.
Przestrzeń nazw: Microsoft.MasterDataServices.Services.DataContracts
Zestaw: Microsoft.MasterDataServices.Services (w Microsoft.MasterDataServices.Services.dll)
Składnia
'Deklaracja
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property BusinessRules As Collection(Of BusinessRule)
Get
Set
'Użycie
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>)
Wartość właściwości
Typ: System.Collections.ObjectModel.Collection<BusinessRule>
Kolekcja typu BusinessRule.
Zobacz także