System.Xml.Serialization.CodeIdentifiers.UseCamelCasing Property

Gets or sets a value that indicates whether the instance uses camel case.

Syntax

public bool UseCamelCasing { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

With camel case, if the first character of an identifier is a letter, it must be lowercase. With Pascal case, if the first character is a letter, it must be uppercase.

Requirements

Namespace: System.Xml.Serialization
Assembly: System.Xml (in System.Xml.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0