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