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


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

Syntax

Visual Basic (Declaration)
ReadOnly Property PropertyDefaultString As String
C#
string PropertyDefaultString { get; }
C++
property string PropertyDefaultString abstract  {
    String get();
}
J#
/** property */
public string get_PropertyDefaultString();
JScript
public function get PropertyDefaultString() : String

Remarks

See Also