[Visual Basic] Overridable Public Property ReadOnly Name As String _ Implements IUIItem.Name [C#] public virtual string Name { get; } [C++] public: virtual __property String* get_Name(); [JScript] public virtual function get Name() : String
IUIItem.Name
UIItem Class | White.Core.UIItems Namespace