Share via


UserInteractionServices.GetNameString Method

Gets the name string.

Namespace:  Microsoft.Data.Schema.Extensibility
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
Protected Function GetNameString ( _
    name As String, _
    escape As Boolean _
) As String
'Usage
Dim name As String
Dim escape As Boolean
Dim returnValue As String

returnValue = Me.GetNameString(name, _
    escape)
protected string GetNameString(
    string name,
    bool escape
)
protected:
String^ GetNameString(
    String^ name, 
    bool escape
)
protected function GetNameString(
    name : String, 
    escape : boolean
) : String
member GetNameString : 
        name:string * 
        escape:bool -> string 

Parameters

  • escape
    Type: System.Boolean
    Specifies whether to use the escaped name

Return Value

Type: System.String

.NET Framework Security

See Also

Reference

UserInteractionServices Class

UserInteractionServices Members

Microsoft.Data.Schema.Extensibility Namespace