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

See Also