Edit

Share via


SipSubscription.ToString Method

Definition

Returns the string representation for the SipSubscription object, which basically contains endpointId, event, and the current subscription state.

public:
 override System::String ^ ToString();
public override string ToString ();
override this.ToString : unit -> string
Public Overrides Function ToString () As String

Returns

Returns the string representation for the SipSubscription object.

Applies to