Gets the parent platform 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 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