|
ErrorLoggerContactPhone Property
|
Gets or sets the phone number that can be used by the end-user to communicate about an encountered Exception.
Namespace: GSF.ErrorManagementAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.248-beta+a497a19de709fd99e2448886199a2c8824265ddf
Syntax[DefaultValueAttribute("")]
public string ContactPhone { get; set; }
<DefaultValueAttribute("")>
Public Property ContactPhone As String
Get
Set
public:
[DefaultValueAttribute(L"")]
property String^ ContactPhone {
String^ get ();
void set (String^ value);
}
[<DefaultValueAttribute("")>]
member ContactPhone : string with get, set
function get_ContactPhone();
function set_ContactPhone(value);
View SourceProperty Value
String
See Also