True if the site is a view and false if not.

Namespace:  BerkeleyDB
Assembly:  libdb_dotnet181 (in libdb_dotnet181.dll) Version: 18.1.32.0

Syntax

C#
public bool View { get; }
Visual Basic (Declaration)
Public ReadOnly Property View As Boolean
Visual C++
public:
property bool View {
	bool get ();
}

See Also