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

See Also