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