Chain.CanGetCount Property

Gets a value that determines whether the chain supports Count.

Namespace:  Microsoft.VisualStudio.IntelliTrace
Assembly:  Microsoft.VisualStudio.IntelliTrace (in Microsoft.VisualStudio.IntelliTrace.dll)

Syntax

'Declaration
Public Overridable ReadOnly Property CanGetCount As Boolean
    Get
public virtual bool CanGetCount { get; }
public:
virtual property bool CanGetCount {
    bool get ();
}
abstract CanGetCount : bool
override CanGetCount : bool
function get CanGetCount () : boolean

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

Chain Class

Microsoft.VisualStudio.IntelliTrace Namespace