IPluginExecutionContext2.InitiatingUserApplicationId 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.
Gets the application ID of the user that initiates the plug-in execution. If the user is not an application, the value is an empty Guid.
public:
property Guid InitiatingUserApplicationId { Guid get(); };
public Guid InitiatingUserApplicationId { get; }
member this.InitiatingUserApplicationId : Guid
Public ReadOnly Property InitiatingUserApplicationId As Guid