The separator to use between elements of the dimensions template.
Namespace:
Endeca.Web.UI.WebControlsAssembly: Endeca.Web.UI.WebControls (in Endeca.Web.UI.WebControls.dll) Version: 2.1.1.0 (2.1.1.620)
Syntax
| C# |
|---|
[DefaultValueAttribute(">")] public string Separator { get; set; } |
| Visual Basic (Declaration) |
|---|
<DefaultValueAttribute(">")> _ Public Property Separator As String |
| Visual C++ |
|---|
[DefaultValueAttribute(L">")] public: property String^ Separator { String^ get (); void set (String^ value); } |