TransportSpecParams Property |
Namespace: Ozeki.CameraAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntaxpublic IEnumerable<TransportParam> Params { get; }
Public ReadOnly Property Params As IEnumerable(Of TransportParam)
Get
public:
property IEnumerable<TransportParam^>^ Params {
IEnumerable<TransportParam^>^ get ();
}
member Params : IEnumerable<TransportParam> with get
Property Value
IEnumerableTransportParam
See Also