FileShareWitnessServerName.ParseCore Method
Namespace: Microsoft.Exchange.Data
Assembly: Microsoft.Exchange.Data (in Microsoft.Exchange.Data.dll)
Syntax
'Declaration
Protected Overridable Function ParseCore ( _
FileShareWitnessServerName As String, _
nothrow As Boolean _
) As Boolean
'Usage
Dim FileShareWitnessServerName As String
Dim nothrow As Boolean
Dim returnValue As Boolean
returnValue = Me.ParseCore(FileShareWitnessServerName, _
nothrow)
protected virtual bool ParseCore(
string FileShareWitnessServerName,
bool nothrow
)
Return Value
Type: System.Boolean