Gets or sets the name of the component.
Read-write property
[Visual Basic .NET] |
---|
Public Property ComponentName() As String |
[C#] |
---|
public string ComponentName {get; set;} |
[Managed C++] |
---|
public: __property String __gc ^ get_ComponentName(); |
[Unmanaged C++] |
---|
public: HRESULT get_ComponentName( BSTR * pVal ); public: HRESULT put_ComponentName( BSTR InVal ); |
[Java] |
---|
public String getComponentName(); public void setComponentName( String ); |