Поделиться через


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

See Also

Reference

Phone Class

Phone Members

Microsoft.Lync.Model Namespace