[DefaultValueAttribute(10)]
public ushort FrameRate { get; set; }
<DefaultValueAttribute(10)>
Public Property FrameRate As UShort
Get
Set
public:
[DefaultValueAttribute(10)]
property unsigned short FrameRate {
unsigned short get ();
void set (unsigned short value);
}
function get_FrameRate();
function set_FrameRate(value);