The value of the string partition constraint for an IBM® Content Search Services index. This property is set by the Content Engine server when the index is created. If there is no string partition constraint on this index, the value of this property is null.

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

ToggleSyntax

Visual Basic (Declaration)
ReadOnly Property PartitionStringValue As String
C#
string PartitionStringValue { get; }
Visual C++
property String^ PartitionStringValue {
	String^ get ();
}
JavaScript
function get_partitionStringValue();

ToggleRemarks

ToggleSee Also