Share via


DsnText.Parse method

Namespace:  Microsoft.Exchange.Data
Assembly:  Microsoft.Exchange.Data (in Microsoft.Exchange.Data.dll)

Syntax

'Declaration
Public Shared Function Parse ( _
    s As String _
) As DsnText
'Usage
Dim s As String
Dim returnValue As DsnText

returnValue = DsnText.Parse(s)
public static DsnText Parse(
    string s
)

Parameters

Return value

Type: Microsoft.Exchange.Data.DsnText

See also

Reference

DsnText structure

DsnText members

Microsoft.Exchange.Data namespace