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

See Also