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 Nullable<int> CISNumberID { get; set; }
Public Property CISNumberID As Nullable(Of Integer)
	Get
	Set
public:
property Nullable<int> CISNumberID {
	Nullable<int> get ();
	void set (Nullable<int> value);
}

See Also