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


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

Syntax

Visual Basic (Declaration)
Property PropertyDefaultString As String
C#
string PropertyDefaultString { get; set; }
C++
property string PropertyDefaultString abstract  {
    String get();
    void set(String value);
}
J#
/** property */
public string get_PropertyDefaultString();

/** property */
public void set_PropertyDefaultString(string value);
JScript
public function get PropertyDefaultString() : String

public function set PropertyDefaultString(value : String);

Remarks

See Also