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

See Also