TransportSpecParams Property |
Namespace:
Ozeki.Camera
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.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
Type:
IEnumerableTransportParam
See Also