This document is archived and information here might be outdated. Recommended version. |
Default label for the unique value renderer.
[Visual Basic .NET]
Public Property DefaultLabel As String
[C#]
public string DefaultLabel {get; set;}
[C++]
HRESULT get_DefaultLabel(
BSTR pLabel
);
[C++]
HRESULT put_DefaultLabel(
System.String* pLabel
);
[C++] Parameters pLabel [in]
pLabel is a parameter of type BSTR pLabel [out, retval]
pLabel is a parameter of type BSTR*