IApplicationCatalogRegistry? Parent { get; set; }
Property Parent As IApplicationCatalogRegistry
Get
Set
property IApplicationCatalogRegistry^ Parent {
IApplicationCatalogRegistry^ get ();
void set (IApplicationCatalogRegistry^ value);
}
abstract Parent : IApplicationCatalogRegistry with get, set