Get or set the type string for the exception
Namespace: BrightstarDB.DtoAssembly: BrightstarDB (in BrightstarDB.dll) Version: 1.9.0.0 (1.9.0.0)
Syntax
| C# |
|---|
public string Type { get; set; } |
| Visual Basic |
|---|
Public Property Type As String Get Set |
| Visual C++ |
|---|
public: property String^ Type { String^ get (); void set (String^ value); } |
| F# |
|---|
member Type : string with get, set |