DataParameter.HasDescriptor Property

Definition

Gets a value indicating whether the data parameter exposes its IVsDataParameterDescriptor implementation through the Descriptor property.

protected:
 virtual property bool HasDescriptor { bool get(); };
protected virtual bool HasDescriptor { get; }
member this.HasDescriptor : bool
Protected Overridable ReadOnly Property HasDescriptor As Boolean

Property Value

true if the data parameter has the descriptor information; otherwise, false.

Applies to