CIS Web Services Documentation

[Missing <summary> documentation for "P:CISService.AccountRequest.PhoneNumber"]

Namespace: CISService
Assembly: CISService (in CISService.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

         
 C#  Visual Basic  Visual C++ 
public string PhoneNumber { get; set; }
Public Property PhoneNumber As String
	Get
	Set
public:
property String^ PhoneNumber {
	String^ get ();
	void set (String^ value);
}

See Also