RealTimeAddress.UserAtHost Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Get the user@host portion of the sip URI, if available. If the sip URI is not available, the value returned is String.Empty.
public:
property System::String ^ UserAtHost { System::String ^ get(); };
public string UserAtHost { get; }
member this.UserAtHost : string
Public ReadOnly Property UserAtHost As String