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