Description
The string that will separate label fields.
Property type
Read-write property
Syntax
[Visual Basic .NET] |
---|
Public Property LabelSeparator() As String
|
[C#] |
---|
public string LabelSeparator {get; set;}
|
[Managed C++] |
---|
public: __property String __gc ^ get_LabelSeparator(); public: __property void set_LabelSeparator(
String __gc ^
);
|
[Unmanaged C++] |
---|
public: HRESULT get_LabelSeparator(
BSTR * pLabelSeparator
);
public: HRESULT put_LabelSeparator(
BSTR LabelSeparator
);
|
[Java] |
---|
public String getLabelSeparator();
public void setLabelSeparator(
String
);
|
See Also