CodePackageActivationContext.GetCodePackageObject(String) Method
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.
public System.Fabric.CodePackage GetCodePackageObject(string packageName);
abstract member GetCodePackageObject : string -> System.Fabric.CodePackage
override this.GetCodePackageObject : string -> System.Fabric.CodePackage
Public Function GetCodePackageObject (packageName As String) As CodePackage
Parameters
- packageName
- System.String