Share via


SPFieldUserValue.SipAddress Property

Gets the Session Initiation Protocol (SIP) address of the user.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online

Syntax

'Declaration
Public ReadOnly Property SipAddress As String
    Get
'Usage
Dim instance As SPFieldUserValue
Dim value As String

value = instance.SipAddress
public string SipAddress { get; }

Property Value

Type: System.String
A string that contains the SIP address of the user.

See Also

Reference

SPFieldUserValue Class

SPFieldUserValue Members

Microsoft.SharePoint Namespace