See also:
NTier Windows Forms Framework Home
NTier Framework API reference

Set the content of the project item as text.

Namespace: NTier.AppWizard.Generator
Assembly: NTier.AppWizard.Generator (in NTier.AppWizard.Generator.dll) Version: 1.0.0.0

Syntax

C#
public string Content { set; }
Visual Basic
Public WriteOnly Property Content As String
	Set
Visual C++
public:
property String^ Content {
	void set (String^ value);
}

Property Value

Type: String

See Also