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