VCCodeParameter.IsConstant Property

Definition

Gets or sets a value to describe whether this item is a constant.

public:
 property bool IsConstant { bool get(); void set(bool value); };
public:
 property bool IsConstant { bool get(); void set(bool value); };
[System.Runtime.InteropServices.DispId(604)]
public bool IsConstant { [System.Runtime.InteropServices.DispId(604)] get; [System.Runtime.InteropServices.DispId(604)] set; }
[<System.Runtime.InteropServices.DispId(604)>]
[<get: System.Runtime.InteropServices.DispId(604)>]
[<set: System.Runtime.InteropServices.DispId(604)>]
member this.IsConstant : bool with get, set
Public Property IsConstant As Boolean

Property Value

true if this item is a constant; otherwise, false.

Attributes

Applies to