TransportFactoryContainerKeys Property |
Namespace: Ozeki.NetworkAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public ICollection<TransportAddressKey> Keys { get; }
Public ReadOnly Property Keys As ICollection(Of TransportAddressKey)
Get
public:
property ICollection<TransportAddressKey^>^ Keys {
ICollection<TransportAddressKey^>^ get ();
}
member Keys : ICollection<TransportAddressKey> with get
Property Value
Type:
ICollectionTransportAddressKeySee Also