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