ExchangeConnectionSettings Implicit Conversion (String to ExchangeConnectionSettings)
Namespace: Microsoft.Exchange.Data.Storage.Management
Assembly: Microsoft.Exchange.Data.Storage (in Microsoft.Exchange.Data.Storage.dll)
Syntax
'Declaration
Public Shared Widening Operator CType ( _
xmlConnectionProperties As String _
) As ExchangeConnectionSettings
'Usage
Dim input As String
Dim output As ExchangeConnectionSettings
output = CType(input, ExchangeConnectionSettings)
public static implicit operator ExchangeConnectionSettings (
string xmlConnectionProperties
)
Parameters
- xmlConnectionProperties
Type: System.String
Return Value
Type: Microsoft.Exchange.Data.Storage.Management.ExchangeConnectionSettings