|   | 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.257-beta+00aa2366fbb9ec75f636ebc7cfa610e3826a727c
 Syntax
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);
Property Value
String See Also
See Also