[Visual Basic] Property TableCellPrefix As String [C#] string TableCellPrefix { get; set; } [C++] __property String* get_TableCellPrefix(); __property void set_TableCellPrefix(String* ); [JScript] function get TableCellPrefix() : String function set TableCellPrefix(String);
UIItemIdConfiguration Interface | White.Core.Configuration Namespace