Phone.Published Property
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