DictTable.Singularlabel Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Singularlabel(Boolean) | |
Singularlabel() |
Singularlabel(Boolean)
public:
virtual System::String ^ Singularlabel(bool fTranslation);
public virtual string Singularlabel (bool fTranslation);
abstract member Singularlabel : bool -> string
override this.Singularlabel : bool -> string
Public Overridable Function Singularlabel (fTranslation As Boolean) As String
Parameters
- fTranslation
- Boolean
Returns
Applies to
Singularlabel()
public:
virtual System::String ^ Singularlabel();
public virtual string Singularlabel ();
abstract member Singularlabel : unit -> string
override this.Singularlabel : unit -> string
Public Overridable Function Singularlabel () As String