CIS Web Services Documentation
Contact psersons email address

Namespace: CISService
Assembly: CISService (in CISService.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

         
 C#  Visual Basic  Visual C++ 
public string ContactEMail { get; set; }
Public Property ContactEMail As String
	Get
	Set
public:
property String^ ContactEMail {
	String^ get ();
	void set (String^ value);
}

See Also