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

See Also