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