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