ContextUtil.ApplicationId Property

Definition

Gets a GUID for the current application.

C#
public static Guid ApplicationId { get; }

Property Value

The GUID for the current application.

Exceptions

There is no COM+ context available.

The platform is not Windows XP or later.

Examples

The following code example demonstrates the use of this property.

C#
protected override void Activate()
{
    MessageBox.Show( String.Format("Now entering...\nApplication: {0}\nInstance: {1}\nContext: {2}\n",
                                   ContextUtil.ApplicationId.ToString(), ContextUtil.ApplicationInstanceId.ToString(),
                                   ContextUtil.ContextId.ToString() ) );
}

Applies to

Proizvod Verzije
.NET Framework 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1