IPluginExecutionContext2.IsPortalsClientCall 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.
true
if the call originated from a portals client, otherwise false.
public:
property bool IsPortalsClientCall { bool get(); };
public bool IsPortalsClientCall { get; }
member this.IsPortalsClientCall : bool
Public ReadOnly Property IsPortalsClientCall As Boolean