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

See Also