Platform.Children Property |
Gets the collection containing the children of this Platform.
Namespace:
AGI.Foundation.Platforms
Assembly:
AGI.Foundation.Platforms (in AGI.Foundation.Platforms.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic PlatformCollection Children { get; }
Public ReadOnly Property Children As PlatformCollection
Get
public:
property PlatformCollection^ Children {
PlatformCollection^ get ();
}
member Children : PlatformCollection with get
Property Value
Type:
PlatformCollection
See Also