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

See Also