[This is preliminary documentation and is subject to change.]
Returns service registry where services can be looked-up by name
Namespace: NFX.ServiceModelAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public IRegistry<ChildService> ChildServices { get; }
public IRegistry<ChildService> ChildServices { get; }
Public ReadOnly Property ChildServices As IRegistry(Of ChildService)
Get
Public ReadOnly Property ChildServices As IRegistry(Of ChildService)
Get
public:
property IRegistry<ChildService>^ ChildServices {
IRegistry<ChildService>^ get ();
}
public:
property IRegistry<ChildService>^ ChildServices {
IRegistry<ChildService>^ get ();
}
member ChildServices : IRegistry<ChildService> with get
member ChildServices : IRegistry<ChildService> with get
Property Value
Type:
IRegistry ChildService