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