CIS Web Services Documentation
No Metadata Documentation available.

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public bool SiteUpdated { get; set; }
Public Property SiteUpdated As Boolean
	Get
	Set
public:
property bool SiteUpdated {
	bool get ();
	void set (bool value);
}

See Also