.NET Framework Class Library

Bookmark.Id Property

<< Click to Display Table of Contents >>

Navigation:  Gnostice Document Studio .NET > Reference Documentation > API Reference > Gnostice.Core.DOM Namespace > Bookmark Class > Bookmark Properties >

.NET Framework Class Library

Bookmark.Id Property

Namespace: Gnostice.Core.DOM

Assembly:  Gnostice.Core (in Gnostice.Core.dll)

Syntax

Visual Basic

Public Property Id As String
 Get
 Set

C#

public string Id { getset; }

Visual C++

public:
property StringId {
 Stringget ();
 void set (Stringvalue);
}

See Also

Bookmark Class

Bookmark Members

Gnostice.Core.DOM Namespace