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!

CodeLiteralStatement Constructor

Initializes a new instance of CodeLiteralStatement.

[Visual Basic]
Public Sub New( _
   ByVal value As String _
)
[C#]
public CodeLiteralStatement(
   string value
);
[C++]
public: CodeLiteralStatement(
   String* value
);
[JScript]
public function CodeLiteralStatement(
   value : String
);

Parameters

value
The literal text to represent.

See Also

CodeLiteralStatement Class | CodeLiteralStatement Members | System.CodeDOM Namespace