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

See Also