TransportSpecParams Property |
Namespace: Ozeki.CameraAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public 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:
IEnumerableTransportParamSee Also