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

See Also