NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

CodeIdentifiers.UseCamelCasing

[To be supplied.]

[Visual Basic]
Public Property UseCamelCasing As Boolean
[C#]
public bool UseCamelCasing {get; set;}
[C++]
public: __property bool get_UseCamelCasing();
public: __property void set_UseCamelCasing(bool);
[JScript]
public function get UseCamelCasing() : Boolean;
public function set UseCamelCasing(Boolean);

See Also

CodeIdentifiers Class | CodeIdentifiers Members | System.Xml.Serialization.Code Namespace