BRDeleteCriteria.BRConditionTreeNodes Property
Gets or sets the collection of condition tree nodes to delete.
Namespace: Microsoft.MasterDataServices.Services.DataContracts
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
Syntax
'Declaration
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property BRConditionTreeNodes As Collection(Of Guid)
Get
Friend Set
'Usage
Dim instance As BRDeleteCriteria
Dim value As Collection(Of Guid)
value = instance.BRConditionTreeNodes
[DataMemberAttribute(EmitDefaultValue = false)]
public Collection<Guid> BRConditionTreeNodes { get; internal set; }
[DataMemberAttribute(EmitDefaultValue = false)]
public:
property Collection<Guid>^ BRConditionTreeNodes {
Collection<Guid>^ get ();
internal: void set (Collection<Guid>^ value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member BRConditionTreeNodes : Collection<Guid> with get, internal set
function get BRConditionTreeNodes () : Collection<Guid>
internal function set BRConditionTreeNodes (value : Collection<Guid>)
Property Value
Type: System.Collections.ObjectModel.Collection<Guid>
The collection of condition tree nodes to delete.
See Also
Reference
Microsoft.MasterDataServices.Services.DataContracts Namespace