This document is archived and information here might be outdated. Recommended version. |
Suffix for the text expression for the style.
[Visual Basic .NET]
Public Property Suffix As String
[C#]
public string Suffix {get; set;}
[C++]
HRESULT get_Suffix(
BSTR Suffix
);
[C++]
HRESULT put_Suffix(
System.String* Suffix
);
[C++] Parameters Suffix [in]
Suffix is a parameter of type BSTR Suffix [out, retval]
Suffix is a parameter of type BSTR*