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

See Also