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