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

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