RoleEntry.ToADString Method
Namespace: Microsoft.Exchange.Data
Assembly: Microsoft.Exchange.Data (in Microsoft.Exchange.Data.dll)
Syntax
'Declaration
Public MustOverride Function ToADString As String
'Usage
Dim instance As RoleEntry
Dim returnValue As String
returnValue = instance.ToADString()
public abstract string ToADString()
Return Value
Type: System.String
See Also