The path component of the URL used to access the SCIM service.

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

ToggleSyntax

Visual Basic (Declaration)
Property SCIMContextPath As String
C#
string SCIMContextPath { get; set; }
Visual C++
property String^ SCIMContextPath {
	String^ get ();
	void set (String^ value);
}
JavaScript
function get_scimContextPath();
function set_scimContextPath(value);

ToggleSee Also