DocumentMapNode.Children Свойство
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
public:
property cli::array <Microsoft::Reporting::WebForms::Internal::Soap::ReportingServices2005::Execution::DocumentMapNode ^> ^ Children { cli::array <Microsoft::Reporting::WebForms::Internal::Soap::ReportingServices2005::Execution::DocumentMapNode ^> ^ get(); void set(cli::array <Microsoft::Reporting::WebForms::Internal::Soap::ReportingServices2005::Execution::DocumentMapNode ^> ^ value); };
public Microsoft.Reporting.WebForms.Internal.Soap.ReportingServices2005.Execution.DocumentMapNode[] Children { get; set; }
member this.Children : Microsoft.Reporting.WebForms.Internal.Soap.ReportingServices2005.Execution.DocumentMapNode[] with get, set
Public Property Children As DocumentMapNode()