ICodePackageActivationContext.ContextId Property

Definition

Gets the context id.

public string ContextId { get; }
member this.ContextId : string
Public ReadOnly Property ContextId As String

Property Value

The context id.

Remarks

The context id is the same for all code packages in the same service manifest.

Applies to