VCCodeParameter.IsVolatile Property

Definition

Gets or sets a value indicating whether the volatile keyword is used.

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

Property Value

true if the volatile keyword is used; otherwise, false.

Attributes

Applies to