SipEndpoint.SipInstance 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.
Gets the sipInstance parameter value used in the contact header for Register (used by the server to generate the GRUU).
public:
property System::String ^ SipInstance { System::String ^ get(); };
public string SipInstance { get; }
member this.SipInstance : string
Public ReadOnly Property SipInstance As String