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

See Also