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!

VBCodeGenerator.IsValidIdentifier

Gets whether the specified identifier is valid.

[Visual Basic]
Overrides Protected Function IsValidIdentifier( _
   ByVal value As String _
) As Boolean
[C#]
protected override bool IsValidIdentifier(
   string value
);
[C++]
protected: override bool IsValidIdentifier(
   String* value
);
[JScript]
protected override function IsValidIdentifier(
   value : String
) : Boolean;

Parameters

value
The value to test for validity.

Return Value

true if the identifier is valid; otherwise, false.

See Also

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