public ushort SampleCount { get; set; }
Public Property SampleCount As UShort
Get
Set
public:
property unsigned short SampleCount {
unsigned short get ();
void set (unsigned short value);
}
function get_SampleCount();
function set_SampleCount(value);