Share via


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

AssemblyProperties 类

定义

程序集属性定义。

public class AssemblyProperties : Microsoft.Azure.Management.Logic.Models.ArtifactContentPropertiesDefinition
type AssemblyProperties = class
    inherit ArtifactContentPropertiesDefinition
Public Class AssemblyProperties
Inherits ArtifactContentPropertiesDefinition
继承

构造函数

AssemblyProperties()

初始化 AssemblyProperties 类的新实例。

AssemblyProperties(String, Nullable<DateTime>, Nullable<DateTime>, Object, Object, String, ContentLink, String, String, String)

初始化 AssemblyProperties 类的新实例。

属性

AssemblyCulture

获取或设置程序集区域性。

AssemblyName

获取或设置程序集名称。

AssemblyPublicKeyToken

获取或设置程序集公钥标记。

AssemblyVersion

获取或设置程序集版本。

ChangedTime

获取或设置项目更改时间。

(继承自 ArtifactProperties)
Content

程序集属性定义。

(继承自 ArtifactContentPropertiesDefinition)
ContentLink

获取或设置内容链接。

(继承自 ArtifactContentPropertiesDefinition)
ContentType

获取或设置内容类型。

(继承自 ArtifactContentPropertiesDefinition)
CreatedTime

获取或设置项目创建时间。

(继承自 ArtifactProperties)
Metadata

程序集属性定义。

(继承自 ArtifactProperties)

方法

Validate()

验证 对象。

适用于