DocumentMapNode.Children Property

Gets or sets a collection of child document map nodes.

Namespace:  ReportExecution2005
Assembly:  ReportExecution2005 (in ReportExecution2005.dll)

Syntax

'Declaration
Public Property Children As DocumentMapNode()
    Get
    Set
'Usage
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[])

Property Value

Type: array<ReportExecution2005.DocumentMapNode[]
An array of DocumentMapNode objects.