Share via


DataParameter.IsFixedScale Property

Retrieves a Boolean value indicating whether the scale for the current parameter type is fixed.

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

Syntax

'Declaration
Protected Overridable ReadOnly Property IsFixedScale As Boolean
protected virtual bool IsFixedScale { get; }
protected:
virtual property bool IsFixedScale {
    bool get ();
}
abstract IsFixedScale : bool with get 
override IsFixedScale : bool with get
function get IsFixedScale () : boolean

Property Value

Type: System.Boolean
Returns true if the scale is fixed for the current parameter type; otherwise returns false.

.NET Framework Security

See Also

Reference

DataParameter Class

Microsoft.VisualStudio.Data Namespace

Scale