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
)
Parameters
- FileShareWitnessServerName
Type: System.String
- nothrow
Type: System.Boolean
Return value
Type: System.Boolean
See also
Reference
FileShareWitnessServerName class