CodeSnippetStatement::Value Property

 

Gets or sets the literal code fragment statement.

Namespace:   System.CodeDom
Assembly:  System (in System.dll)

public:
property String^ Value {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

The literal code fragment statement.

.NET Framework
Available since 1.1
Return to top
Show: