MessageQueueTask.CurrentExecutingPackageID Property

Definition

Gets or sets the ID of the current executing package.

public:
 property System::String ^ CurrentExecutingPackageID { System::String ^ get(); void set(System::String ^ value); };
public string CurrentExecutingPackageID { get; set; }
member this.CurrentExecutingPackageID : string with get, set
Public Property CurrentExecutingPackageID As String

Property Value

A String that contains the ID, represented as a GUID, of the current executing package.

Applies to