Children 屬性
Gets or sets a collection of child document map nodes.
命名空間: ReportExecution2005
組件: ReportExecution2005 (在 ReportExecution2005.dll 中)
語法
'宣告
Public Property Children As DocumentMapNode()
Get
Set
'用途
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[])
屬性值
型別:array<ReportExecution2005. . :: . .DocumentMapNode> [] () [] []
An array of DocumentMapNode objects.