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