PimSubscriptionProxy.RedactIfNeeded method (String, Boolean)
Namespace: Microsoft.Exchange.Transport.Sync.Common.Subscription.Pim
Assembly: Microsoft.Exchange.Transport.Sync.Common (in Microsoft.Exchange.Transport.Sync.Common.dll)
Syntax
'Declaration
Protected Function RedactIfNeeded ( _
value As String, _
omit As Boolean _
) As String
'Usage
Dim value As String
Dim omit As Boolean
Dim returnValue As String
returnValue = Me.RedactIfNeeded(value, _
omit)
protected string RedactIfNeeded(
string value,
bool omit
)
Parameters
- value
Type: System.String
- omit
Type: System.Boolean
Return value
Type: System.String
See also
Reference
Microsoft.Exchange.Transport.Sync.Common.Subscription.Pim namespace