GetName |
Scroll |
Returns the task name in the specified language.
Namespace: Therefore.API
Visual Basic Public Overridable Function GetName ( _ nlcid As Integer _ ) As String C# public virtual String GetName ( int nlcid ) Parametersnlcid The LCID for the name to be returned. Return ValueThe name in the specified language. |