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

See Also