CameraMediaDescriptionLines Property |
Namespace: Ozeki.CameraAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntaxpublic ReadOnlyCollection<SessionDescriptionLine> Lines { get; }
Public ReadOnly Property Lines As ReadOnlyCollection(Of SessionDescriptionLine)
Get
public:
property ReadOnlyCollection<SessionDescriptionLine^>^ Lines {
ReadOnlyCollection<SessionDescriptionLine^>^ get ();
}
member Lines : ReadOnlyCollection<SessionDescriptionLine> with get
Property Value
ReadOnlyCollectionSessionDescriptionLine
See Also