public string KeyName { get; set; }
Public Property KeyName As String Get Set
public: property String^ KeyName { String^ get (); void set (String^ value); }
function get_KeyName(); function set_KeyName(value);
In This Article