[Missing <summary> documentation for "P:WorkZone.Dispatcher.Base.Exceptions.BusinessException.Details"]
public string Details { get; set; }
Public Property Details As String
Get
Set
public:
property String^ Details {
String^ get ();
void set (String^ value);
}
member Details : string with get, set