CIS Web Services Documentation
Contact person for site

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

Syntax

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

See Also