Share via


Phone.Published property

Read-write property that indicates a phone has been published when the property value returns as true.

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

See also

Reference

Phone class

Phone members

Microsoft.Lync.Model namespace