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

ToggleSyntax

Visual Basic (Declaration)
Property TextSearchCredential As Byte()
C#
byte[] TextSearchCredential { get; set; }
Visual C++
property array<unsigned char>^ TextSearchCredential {
	array<unsigned char>^ get ();
	void set (array<unsigned char>^ value);
}
JavaScript
function get_textSearchCredential();
function set_textSearchCredential(value);

ToggleSee Also