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!

CodeGenerator.ValidateIdentifier

Gets whether the specified identifier is valid.

[Visual Basic]
Overridable Protected Sub ValidateIdentifier( _
   ByVal value As String _
)
[C#]
protected virtual void ValidateIdentifier(
   string value
);
[C++]
protected: virtual void ValidateIdentifier(
   String* value
);
[JScript]
protected function ValidateIdentifier(
   value : String
);

Parameters

value
The identifier to test for validity as an identifier.

Return Value

true if the identifier is valid; otherwise, false.

See Also

CodeGenerator Class | CodeGenerator Members | System.CodeDOM.Compiler Namespace