Share via


PickerResult.SIPId Property

Gets or sets the identifier for Office Communication Server. It is used only for people picking scenario.

Namespace:  Microsoft.Office.Core
Assembly:  office (in office.dll)

Syntax

'Declaration
Property SIPId As String
    Get
    Set
'Usage
Dim instance As PickerResult
Dim value As String

value = instance.SIPId

instance.SIPId = value
string SIPId { get; set; }

Property Value

Type: System.String

Remarks

Read/write.

See Also

Reference

PickerResult Interface

PickerResult Members

Microsoft.Office.Core Namespace