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