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