StringNormalize.Mode Enumeration

Represents the string normalization mode.

Namespace:  Microsoft.SharePoint.BusinessData.Infrastructure.Client
Assembly:  Microsoft.SharePoint.BusinessData.Administration.Client (in Microsoft.SharePoint.BusinessData.Administration.Client.dll)

Syntax

'Declaration
Public Enumeration Mode
'Usage
Dim instance As StringNormalize.Mode
public enum Mode

Members

Member name Description
NoChange Specifies that there is no change in the string (= 0).
NormalizeToEmptyString Specifies that the string is normalized to an empty string (= 1).
NormalizeToNull Specifies that the string is normalized to a null value (= 2).

See Also

Reference

Microsoft.SharePoint.BusinessData.Infrastructure.Client Namespace