The label name.
Read-write property
[Visual Basic .NET] |
---|
Public Property LabelName() As String |
[C#] |
---|
public string LabelName {get; set;} |
[Managed C++] |
---|
public: __property String __gc ^ get_LabelName(); |
[Unmanaged C++] |
---|
public: HRESULT get_LabelName( BSTR * pVal ); public: HRESULT put_LabelName( BSTR newVal ); |
[Java] |
---|
public String getLabelName(); public void setLabelName( String ); |
[Python - STK API] |
---|
@property def LabelName(self) -> str: @LabelName.setter def LabelName(self, newVal:str) -> None: |