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 condition tree nodes to be deleted.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Syntax
'Declaration
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property BRConditionTreeNodes As Collection(Of Guid)
Get
Set
'Usage
Dim instance As BRDeleteCriteria
Dim value As Collection(Of Guid)
value = instance.BRConditionTreeNodes
instance.BRConditionTreeNodes = value
[DataMemberAttribute(EmitDefaultValue = false)]
public Collection<Guid> BRConditionTreeNodes { get; set; }
[DataMemberAttribute(EmitDefaultValue = false)]
public:
property Collection<Guid>^ BRConditionTreeNodes {
Collection<Guid>^ get ();
void set (Collection<Guid>^ value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member BRConditionTreeNodes : Collection<Guid> with get, set
function get BRConditionTreeNodes () : Collection<Guid>
function set BRConditionTreeNodes (value : Collection<Guid>)
Property Value
Type: System.Collections.ObjectModel.Collection<Guid>
A collection of type Guid.