Propriedade do RDL BusinessRules
Gets or sets an ArrayOfBusinessRule complex type.
Namespace: Microsoft.MasterDataServices.Services.DataContracts
Assembly: Microsoft.MasterDataServices.Services (em Microsoft.MasterDataServices.Services.dll)
Sintaxe
'Declaração
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property BusinessRules As Collection(Of BusinessRule)
Get
Set
'Uso
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>)
Valor da propriedade
Tipo: System.Collections.ObjectModel. . :: . .Collection< (Of < ( <'BusinessRule> ) > ) >
Collection of type BusinessRule.
Consulte também