ICodePackageActivationContext.GetConfigurationPackageNames Method

Definition

Retrieves the list of configuration package names in the service manifest.

public System.Collections.Generic.IList<string> GetConfigurationPackageNames ();
abstract member GetConfigurationPackageNames : unit -> System.Collections.Generic.IList<string>
Public Function GetConfigurationPackageNames () As IList(Of String)

Returns

The list of configuration package names in the service manifest.

Applies to