Proprietà BRConditionTreeNodes
Gets or sets an array containing globally unique identifiers (GUIDs) of condition tree nodes to be deleted.
Spazio dei nomi Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Sintassi
'Dichiarazione
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property BRConditionTreeNodes As Collection(Of Guid)
Get
Set
'Utilizzo
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>)
Valore proprietà
Tipo: System.Collections.ObjectModel. . :: . .Collection< (Of < ( <'Guid> ) > ) >
A collection of type Guid.