.NET Framework Class Library

NoteProperties.NumberRestartLocation Property

<< Click to Display Table of Contents >>

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

.NET Framework Class Library

NoteProperties.NumberRestartLocation Property

Namespace: Gnostice.Core.DOM

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

Syntax

Visual Basic

Public Property NumberRestartLocation As NoteNumberRestartLocation
 Get
 Set

C#

public NoteNumberRestartLocation NumberRestartLocation { getset; }

Visual C++

public:
property NoteNumberRestartLocation NumberRestartLocation {
 NoteNumberRestartLocation get ();
 void set (NoteNumberRestartLocation value);
}

See Also

NoteProperties Class

NoteProperties Members

Gnostice.Core.DOM Namespace