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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.