Condividi tramite


Proprietà Children

Gets or sets a collection of child document map nodes.

Spazio dei nomi  ReportExecution2005
Assembly:  ReportExecution2005 (in ReportExecution2005.dll)

Sintassi

'Dichiarazione
Public Property Children As DocumentMapNode()
    Get
    Set
'Utilizzo
Dim instance As DocumentMapNode
Dim value As DocumentMapNode()

value = instance.Children

instance.Children = value
public DocumentMapNode[] Children { get; set; }
public:
property array<DocumentMapNode^>^ Children {
    array<DocumentMapNode^>^ get ();
    void set (array<DocumentMapNode^>^ value);
}
member Children : DocumentMapNode[] with get, set
function get Children () : DocumentMapNode[]
function set Children (value : DocumentMapNode[])

Valore proprietà

Tipo: array<ReportExecution2005. . :: . .DocumentMapNode> [] () [] []
An array of DocumentMapNode objects.