CameraSessionDescriptionTimeDescriptions Property |
Namespace: Ozeki.CameraAssembly: OzekiSDK_Desktop (in OzekiSDK_Desktop.dll) Version: 10.4.98
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