Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Gets or sets an array of business rule IDs.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Syntax
'Declaration
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property BusinessRuleIds As Collection(Of Identifier)
Get
Set
'Usage
Dim instance As BRGetCriteria
Dim value As Collection(Of Identifier)
value = instance.BusinessRuleIds
instance.BusinessRuleIds = value
[DataMemberAttribute(EmitDefaultValue = false)]
public Collection<Identifier> BusinessRuleIds { get; set; }
[DataMemberAttribute(EmitDefaultValue = false)]
public:
property Collection<Identifier^>^ BusinessRuleIds {
Collection<Identifier^>^ get ();
void set (Collection<Identifier^>^ value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member BusinessRuleIds : Collection<Identifier> with get, set
function get BusinessRuleIds () : Collection<Identifier>
function set BusinessRuleIds (value : Collection<Identifier>)
Property Value
Type: System.Collections.ObjectModel.Collection<Identifier>
A collection of type Identifier.