CameraDeviceStorages Property
|
Information on the storage of the camera.
Namespace:
Ricoh.CameraController
Assembly:
RicohCameraSDK (in RicohCameraSDK.dll) Version: 1.1
Syntax public ObservableCollection<CameraStorage> Storages { get; }
Public ReadOnly Property Storages As ObservableCollection(Of CameraStorage)
Get
public:
property ObservableCollection<CameraStorage^>^ Storages {
ObservableCollection<CameraStorage^>^ get ();
}
Property Value
Type:
ObservableCollectionCameraStorageSee Also