[Missing <summary> documentation for "P:Gemstone.Timeseries.Model.ActiveMeasurement.FramesPerSecond"]
[LabelAttribute("Frames per Second")]
public int? FramesPerSecond { get; set; }
<LabelAttribute("Frames per Second")>
Public Property FramesPerSecond As Integer?
Get
Set
public:
[LabelAttribute(L"Frames per Second")]
property Nullable<int> FramesPerSecond {
Nullable<int> get ();
void set (Nullable<int> value);
}
function get_FramesPerSecond();
function set_FramesPerSecond(value);