Chain.CanGetCount Property

Gets a value that determines whether the chain supports Count.

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

Syntax

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

Property Value

Type: Boolean

.NET Framework Security

See Also

Reference

Chain Class

Microsoft.VisualStudio.IntelliTrace Namespace