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.
For use with the BindString method. Determines how null and empty strings will be handled when you are using BindString.
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Enumeration BindStringBehavior
public enum BindStringBehavior
public enum class BindStringBehavior
type BindStringBehavior
public enum BindStringBehavior
Members
Member name | Description | |
---|---|---|
EmptyStringToNull | ||
NullToEmptyString | ||
Unchanged |