[NetForumFieldAttribute("ind_last_name")]
public string LastName { get; }
<NetForumFieldAttribute("ind_last_name")>
Public ReadOnly Property LastName As String
Get
public:
[NetForumFieldAttribute(L"ind_last_name")]
property String^ LastName {
String^ get ();
}
[<NetForumFieldAttribute("ind_last_name")>]
member LastName : string with get