Gets or sets the user comment for this component.
Read-write property
[Visual Basic .NET] |
---|
Public Property UserComment() As String |
[C#] |
---|
public string UserComment {get; set;} |
[Managed C++] |
---|
public: __property String __gc ^ get_UserComment(); |
[Unmanaged C++] |
---|
public: HRESULT get_UserComment( BSTR * pVal ); public: HRESULT put_UserComment( BSTR UserComment ); |
[Java] |
---|
public String getUserComment(); public void setUserComment( String ); |