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

See Also