Get the full text of the class attribute to be generated

Namespace: BrightstarDB.EntityFramework
Assembly: BrightstarDB (in BrightstarDB.dll) Version: 1.9.0.0 (1.9.0.0)

Syntax

C#
public string ClassAttribute { get; }
Visual Basic
Public ReadOnly Property ClassAttribute As String
	Get
Visual C++
public:
property String^ ClassAttribute {
	String^ get ();
}
F#
member ClassAttribute : string with get

Property Value

Type: String

See Also