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