Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace: Microsoft.Exchange.Configuration.Tasks
Assembly: Microsoft.Exchange.Configuration.ObjectModel (in Microsoft.Exchange.Configuration.ObjectModel.dll)
Syntax
'Declaration
Public Shared Function CreateIdentity ( _
identityPassedIn As FrontendTransportServerIdParameter _
) As FrontendTransportServerIdParameter
'Usage
Dim identityPassedIn As FrontendTransportServerIdParameter
Dim returnValue As FrontendTransportServerIdParameter
returnValue = FrontendTransportServerIdParameter.CreateIdentity(identityPassedIn)
public static FrontendTransportServerIdParameter CreateIdentity(
FrontendTransportServerIdParameter identityPassedIn
)
Parameters
- identityPassedIn
Type: Microsoft.Exchange.Configuration.Tasks.FrontendTransportServerIdParameter
Return value
Type: Microsoft.Exchange.Configuration.Tasks.FrontendTransportServerIdParameter
See also
Reference
FrontendTransportServerIdParameter class