Gets or sets the vector.
Read-write property
[Visual Basic .NET] |
---|
Public Property VectorName() As String |
[C#] |
---|
public string VectorName {get; set;} |
[Managed C++] |
---|
public: __property String __gc ^ get_VectorName(); |
[Unmanaged C++] |
---|
public: HRESULT get_VectorName( BSTR * pVal ); public: HRESULT put_VectorName( BSTR InVal ); |
[Java] |
---|
public String getVectorName(); public void setVectorName( String ); |