Get the full text of the class attribute to be generated
Namespace: BrightstarDB.EntityFrameworkAssembly: 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 |