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

See Also