IVarInfo.Type Property

Definition

Gets or sets the variable's type.

public:
 property System::String ^ Type { System::String ^ get(); void set(System::String ^ value); };
public:
 property Platform::String ^ Type { Platform::String ^ get(); void set(Platform::String ^ value); };
[System.Runtime.InteropServices.DispId(1610743810)]
public string Type { [System.Runtime.InteropServices.DispId(1610743810)] get; [System.Runtime.InteropServices.DispId(1610743810)] [System.Runtime.InteropServices.TypeLibFunc] set; }
[<System.Runtime.InteropServices.DispId(1610743810)>]
[<get: System.Runtime.InteropServices.DispId(1610743810)>]
[<set: System.Runtime.InteropServices.DispId(1610743810)>]
[<set: System.Runtime.InteropServices.TypeLibFunc>]
member this.Type : string with get, set
Public Property Type As String

Property Value

The variable's type.

Attributes

Applies to