ContactContentPresenter.ParentContext property
Gets or sets a context [Object] to be passed to templates used by this [ContentPresenter] control
Namespace: Microsoft.Lync.Controls
Assembly: Microsoft.Lync.Controls (in Microsoft.Lync.Controls.dll)
Syntax
'Declaration
Public Property ParentContext As Object
Get
Set
'Usage
Dim instance As ContactContentPresenter
Dim value As Object
value = instance.ParentContext
instance.ParentContext = value
public Object ParentContext { get; set; }
Property value
Type: System.Object