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
Protected Overridable Function CreateSidParameter ( _
identity As String _
) As SecurityPrincipalIdParameter
'Usage
Dim identity As String
Dim returnValue As SecurityPrincipalIdParameter
returnValue = Me.CreateSidParameter(identity)
protected virtual SecurityPrincipalIdParameter CreateSidParameter(
string identity
)
Parameters
- identity
Type: System.String
Return value
Type: Microsoft.Exchange.Configuration.Tasks.SecurityPrincipalIdParameter
See also
Reference
SecurityPrincipalIdParameter class