Namespace:  RightEdge.Common
Assembly:  Common (in Common.dll) Version: 2010.1.0.0 (2010.1.0.0)

Syntax

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

See Also