Gets or sets the reference VGT Point.
Read-write property
[Visual Basic .NET] |
---|
Public Property VGTPoint() As String |
[C#] |
---|
public string VGTPoint {get; set;} |
[Managed C++] |
---|
public: __property String __gc ^ get_VGTPoint(); |
[Unmanaged C++] |
---|
public: HRESULT get_VGTPoint( BSTR * pVal ); public: HRESULT put_VGTPoint( BSTR newVal ); |
[Java] |
---|
public String getVGTPoint(); public void setVGTPoint( String ); |