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

See Also