SelfBase.Model Property
Reserved for internal use.
Namespace: Microsoft.Lync.Controls
Assembly: Microsoft.Lync.Controls (in Microsoft.Lync.Controls.dll)
Syntax
'Declaration
Public Property Model As ISelfModel
Get
Protected Set
'Usage
Dim instance As SelfBase
Dim value As ISelfModel
value = instance.Model
instance.Model = value
public ISelfModel Model { get; protected set; }
Property Value
Type: ISelfModel