你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

EndpointResourceDescription.CodePackageName 属性

定义

获取在服务清单中终结点资源的 CodePackageRef 属性中指定的代码包的名称。

public string CodePackageName { get; set; }
member this.CodePackageName : string with get, set
Public Property CodePackageName As String

属性值

返回 String

注解

如果未在服务清单中的终结点资源中指定 CodePackageRef 属性,则其值为空字符串。

适用于