Name of the attach point.
Read-write property
[Visual Basic .NET] |
---|
Public Property AttachPtName() As String |
[C#] |
---|
public string AttachPtName {get; set;} |
[Managed C++] |
---|
public: __property String __gc ^ get_AttachPtName(); |
[Unmanaged C++] |
---|
public: HRESULT get_AttachPtName( BSTR * pVal ); public: HRESULT put_AttachPtName( BSTR pVal ); |
[Java] |
---|
public String getAttachPtName(); public void setAttachPtName( String ); |