Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets or sets an array containing globally unique identifiers (GUIDs) of business rules to be deleted.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Syntax
'Declaration
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property BusinessRules As Collection(Of Guid)
Get
Set
'Usage
Dim instance As BRDeleteCriteria
Dim value As Collection(Of Guid)
value = instance.BusinessRules
instance.BusinessRules = value
[DataMemberAttribute(EmitDefaultValue = false)]
public Collection<Guid> BusinessRules { get; set; }
[DataMemberAttribute(EmitDefaultValue = false)]
public:
property Collection<Guid>^ BusinessRules {
Collection<Guid>^ get ();
void set (Collection<Guid>^ value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member BusinessRules : Collection<Guid> with get, set
function get BusinessRules () : Collection<Guid>
function set BusinessRules (value : Collection<Guid>)
Property Value
Type: System.Collections.ObjectModel.Collection<Guid>
A collection of type Guid.