Specifies the default value for a property that returns a STRING data type.

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

ToggleSyntax

Visual Basic (Declaration)
Property PropertyDefaultString As String
C#
string PropertyDefaultString { get; set; }
Visual C++
property String^ PropertyDefaultString {
	String^ get ();
	void set (String^ value);
}
JavaScript
function get_propertyDefaultString();
function set_propertyDefaultString(value);

ToggleRemarks

ToggleSee Also