Utilities.ShowPropertiesDialog Method
Shows the property window of the email contact or distribution group.
Namespace: Microsoft.Lync.Model
Assembly: Microsoft.Lync.Model (in Microsoft.Lync.Model.dll)
Syntax
'Declaration
Public Sub ShowPropertiesDialog ( _
context As Object _
)
'Usage
Dim instance As Utilities
Dim context As Object
instance.ShowPropertiesDialog(context)
public void ShowPropertiesDialog(
Object context
)
Parameters
- context
Type: System.Object