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