This topic has not yet been rated - Rate this topic

ContactBase.Source property

Lync 2013

Specifies a contact or distribution group to which this control should be bound.

Namespace:  Microsoft.Lync.Controls
Assembly:  Microsoft.Lync.Controls (in Microsoft.Lync.Controls.dll)
Public Property Source As Object
	Get
	Set
Dim instance As ContactBase
Dim value As Object

value = instance.Source

instance.Source = value
public Object Source { get; set; }

Property value

Type: System.Object
ExceptionCondition
ArgumentException

Thrown when an invalid object type is provided.

Valid values for this property include: TypeValuestringSearch fragment, such as [mary]stringSIP URI, such as [sip:mary@contoso.com]ContactContact object, obtained using the Lync Platform API.DistributionGroupDistributionGroup object, obtained using the Lync Platform API.DistributionGroup These options are shown in increasing order of performance. If a search fragment is used, the control will perform a best-effort match (non-deterministic)

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.