ErrorState Property
|
|
Namespace:
Ubitsoft.SqlEnlight.ModelAssembly:
Ubitsoft.SqlEnlight.Model (in Ubitsoft.SqlEnlight.Model.dll) Version: 2.0.2.76
Syntax
public IssueState State { get; set; }
Public Property State As IssueState
Get
Set
public:
property IssueState State {
IssueState get ();
void set (IssueState value);
}
member State : IssueState with get, set
Property Value
Type: IssueState
See Also