Partager via


Propriété BRDeleteCriteria.BRConditionTreeNodes

Gets or sets an array containing globally unique identifiers (GUIDs) of condition tree nodes to be deleted.

Espace de noms :  Microsoft.MasterDataServices
Assembly :  Microsoft.MasterDataServices (en Microsoft.MasterDataServices.dll)

Syntaxe

'Déclaration
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property BRConditionTreeNodes As Collection(Of Guid)
    Get
    Set
'Utilisation
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>)

Valeur de propriété

Type : System.Collections.ObjectModel.Collection<Guid>
A collection of type Guid.

Voir aussi

Référence

BRDeleteCriteria Classe

Espace de noms Microsoft.MasterDataServices