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

Namespace: NTier.Design.DTE
Assembly: NTier.Design (in NTier.Design.dll) Version: 1.0.0.0

Syntax

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

Property Value

Type: String

See Also