.NET Framework Class Library

Bookmark.text Property

<< Click to Display Table of Contents >>

Navigation:  Gnostice Document Studio .NET > Reference Documentation > API Reference > Gnostice.Controls.ASP Namespace > Bookmark Class > Bookmark Properties >

.NET Framework Class Library

Bookmark.text Property

Namespace: Gnostice.Controls.ASP

Assembly:  Gnostice.Controls.ASP (in Gnostice.Controls.ASP.dll)

Syntax

Visual Basic

<DataMemberAttribute> _
Public Property text As String
 Get
 Set

C#

[DataMemberAttribute]
public string text { getset; }

Visual C++

public:
[DataMemberAttribute]
property Stringtext {
 Stringget ();
 void set (Stringvalue);
}

See Also

Bookmark Class

Bookmark Members

Gnostice.Controls.ASP Namespace