| RegistrationStateChangedArgsReasonPhrase Property  | 
            Gets the reason phrase of the SIP response received for the last REGISTER request.
            
 
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntaxpublic string ReasonPhrase { get; }Public ReadOnly Property ReasonPhrase As String
	Get
public:
property String^ ReasonPhrase {
	String^ get ();
}member ReasonPhrase : string with get
Property Value
Type: 
String
See Also