|
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.249-beta+56964f8aed6f3f2e54faec1539f7ce0ba6548fdf
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