Specifies the title of this style template.


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

Syntax

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

/** property */
public void set_Title(string value);
JScript
public function get Title() : String

public function set Title(value : String);

Remarks

See Also