ShareableContent.Owner property
Returns the person who owns this content
Namespace: Microsoft.Lync.Model.Conversation.Sharing
Assembly: Microsoft.Lync.Model (in Microsoft.Lync.Model.dll)
Syntax
'Declaration
Public ReadOnly Property Owner As Contact
Get
'Usage
Dim instance As ShareableContent
Dim value As Contact
value = instance.Owner
public Contact Owner { get; }
Property value
Type: Microsoft.Lync.Model.Contact