[This is preliminary documentation and is subject to change.]
Returns types that implement/serve contracts that this endpoint accepts
Namespace: NFX.GlueAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public Type[] ContractServers { get; }
public Type[] ContractServers { get; }
Public ReadOnly Property ContractServers As Type()
Get
Public ReadOnly Property ContractServers As Type()
Get
public:
property array<Type^>^ ContractServers {
array<Type^>^ get ();
}
public:
property array<Type^>^ ContractServers {
array<Type^>^ get ();
}
member ContractServers : Type[] with get
member ContractServers : Type[] with get
Property Value
Type:
Type