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

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

ToggleSyntax

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

ToggleRemarks

ToggleSee Also