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 EntityCollection<dsChklstUserChecklist> dsChklstUserChecklists { get; set; }
Public Property dsChklstUserChecklists As EntityCollection(Of dsChklstUserChecklist)
	Get
	Set
public:
property EntityCollection<dsChklstUserChecklist^>^ dsChklstUserChecklists {
	EntityCollection<dsChklstUserChecklist^>^ get ();
	void set (EntityCollection<dsChklstUserChecklist^>^ value);
}

See Also