Note
Kailangan ng pahintulot para ma-access ang page na ito. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
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.