Gets the parent platform of this platform.
Namespace:
AGI.Foundation.Platforms
Assembly:
AGI.Foundation.Platforms (in AGI.Foundation.Platforms.dll) Version: 23.2.417.0 (23.2.417.0)
Syntaxpublic Platform Parent { get; }
Public ReadOnly Property Parent As Platform
Get
public:
property Platform^ Parent {
Platform^ get ();
}
member Parent : Platform with get
Property Value
Type:
Platform
See Also