[ConnectionStringParameterAttribute]
[LabelAttribute("Frames Per Second")]
[DefaultValueExpressionAttribute("Settings.Instance["System"]["DefaultFrameRate"]")]
public int FramesPerSecond { get; set; }<ConnectionStringParameterAttribute>
<LabelAttribute("Frames Per Second")>
<DefaultValueExpressionAttribute("Settings.Instance["System"]["DefaultFrameRate"]")>
Public Property FramesPerSecond As Integer
Get
Setpublic:
[ConnectionStringParameterAttribute]
[LabelAttribute(L"Frames Per Second")]
[DefaultValueExpressionAttribute(L"Settings.Instance["System"]["DefaultFrameRate"]")]
property int FramesPerSecond {
int get ();
void set (int value);
}function get_FramesPerSecond();
function set_FramesPerSecond(value);