FrameIsoSpeedControl.Value Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the ISO speed for a frame in a variable photo sequence.
public:
property IReference<unsigned int> ^ Value { IReference<unsigned int> ^ get(); void set(IReference<unsigned int> ^ value); };
IReference<uint32_t> Value();
void Value(IReference<uint32_t> value);
public System.Nullable<uint> Value { get; set; }
var iReference = frameIsoSpeedControl.value;
frameIsoSpeedControl.value = iReference;
Public Property Value As Nullable(Of UInteger)
Property Value
The ISO speed for a frame in a variable photo sequence.