.NET Framework Class Library

NoteRef.Type Property

<< Click to Display Table of Contents >>

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

.NET Framework Class Library

NoteRef.Type Property

Namespace: Gnostice.Core.DOM

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

Syntax

Visual Basic

Public Property Type As NoteReferenceType
 Get
 Set

C#

public NoteReferenceType Type { getset; }

Visual C++

public:
property NoteReferenceType Type {
 NoteReferenceType get ();
 void set (NoteReferenceType value);
}

See Also

NoteRef Class

NoteRef Members

Gnostice.Core.DOM Namespace