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

See Also