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 DateTime TakenDate { get; set; }
Public Property TakenDate As DateTime
	Get
	Set
public:
property DateTime TakenDate {
	DateTime get ();
	void set (DateTime value);
}

See Also