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