RoleEntry.Parse Method
Namespace: Microsoft.Exchange.Data
Assembly: Microsoft.Exchange.Data (in Microsoft.Exchange.Data.dll)
Syntax
'Declaration
Public Shared Function Parse ( _
input As String _
) As RoleEntry
'Usage
Dim input As String
Dim returnValue As RoleEntry
returnValue = RoleEntry.Parse(input)
public static RoleEntry Parse(
string input
)
Parameters
- input
Type: System.String