|
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.258-beta+f8b6aa3dbfe0b4cc2b0b0760dd5d2a3dd4f59d09
Syntax[DefaultValueAttribute("")]
public string ContactPhone { get; set; }<DefaultValueAttribute("")>
Public Property ContactPhone As String
Get
Setpublic:
[DefaultValueAttribute(L"")]
property String^ ContactPhone {
String^ get ();
void set (String^ value);
}[<DefaultValueAttribute("")>]
member ContactPhone : string with get, setfunction get_ContactPhone();
function set_ContactPhone(value);
View SourceProperty Value
String
See Also