Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Sets or gets boolean indicating a contact's phone is to be published.
Namespace: Microsoft.Lync.Model
Assembly: Microsoft.Lync.Model (in Microsoft.Lync.Model.dll)
Syntax
'Declaration
Public Property Published As Boolean
Get
Set
'Usage
Dim instance As Phone
Dim value As Boolean
value = instance.Published
instance.Published = value
public bool Published { get; set; }
Property Value
Type: System.Boolean