InteractionTracker.Owner Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The IInteractionTrackerOwner associated with the InteractionTracker.
public:
property IInteractionTrackerOwner ^ Owner { IInteractionTrackerOwner ^ get(); };
IInteractionTrackerOwner Owner();
public IInteractionTrackerOwner Owner { get; }
var iInteractionTrackerOwner = interactionTracker.owner;
Public ReadOnly Property Owner As IInteractionTrackerOwner
Property Value
The IInteractionTrackerOwner associated with the InteractionTracker.