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