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)

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