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

See Also