[NetForumFieldAttribute("ctt_code")]
public string Code { get; set; }<NetForumFieldAttribute("ctt_code")>
Public Property Code As String
Get
Setpublic:
[NetForumFieldAttribute(L"ctt_code")]
property String^ Code {
String^ get ();
void set (String^ value);
}[<NetForumFieldAttribute("ctt_code")>]
member Code : string with get, set