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

See Also