[This is preliminary documentation and is subject to change.]
Gets printable source name
Namespace: NFX.TemplatizationAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public string GetName(
int maxLength
)
public string GetName(
int maxLength
)
Public Function GetName (
maxLength As Integer
) As String
Public Function GetName (
maxLength As Integer
) As String
public:
virtual String^ GetName(
int maxLength
) sealed
public:
virtual String^ GetName(
int maxLength
) sealed
abstract GetName :
maxLength : int -> string
override GetName :
maxLength : int -> string
abstract GetName :
maxLength : int -> string
override GetName :
maxLength : int -> string
Return Value
Type:
StringImplements
ITemplateSource GetName(Int32)