Windward Studios API Reference
Children Property
See Also  Send comments on this topic.
net.windward.api.csharp Namespace > ImportMetrics Class : Children Property




Glossary Item Box

The child imports of this imported template.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property Children As ICollection(Of ImportMetrics)
Visual Basic (Usage)Copy Code
Dim instance As ImportMetrics
Dim value As ICollection(Of ImportMetrics)
 
value = instance.Children
C# 
public ICollection<ImportMetrics> Children {get;}
Managed Extensions for C++ 
public: __property ICollection<ImportMetrics*>* get_Children();
C++/CLI 
public:
property ICollection<ImportMetrics^>^ Children {
   ICollection<ImportMetrics^>^ get();
}

Requirements

Platforms: Windows 10, Windows NT, Windows Server

See Also

Windward Studios - .NET Document Generation software