StyleFeed GetOwner TOwner  Method frevvo Live Forms
Get the user or application that owns the current instance.

Namespace: Frevvo.Forms.Client
Assembly: Frevvo.Forms.Client (in Frevvo.Forms.Client.dll) Version: 7.2.1.0 (7.2.1)
Syntax

public TOwner GetOwner<TOwner>()
where TOwner : AbstractEntry
Type Parameters

TOwner
The owner type (user or application)

Return Value

Type: TOwner
The user or application
See Also