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