Specifies the symbolic name of a select list property in the search template to be modified or excluded, or the GUID of a new select list property to be added to the search. If a new select list property is added to the query, this property is required. If the property is null, the search template is not modified.

Namespace:  FileNet.Api.Query
Assembly:  FileNet.Api (in FileNet.Api.dll)

ToggleSyntax

Visual Basic (Declaration)
Public Property SymbolicName As String
C#
public string SymbolicName { get; set; }
Visual C++
public:
property String^ SymbolicName {
	String^ get ();
	void set (String^ value);
}
JavaScript
function get_symbolicName();
function set_symbolicName(value);

ToggleSee Also