次の方法で共有


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()

オブジェクトを検証します。

適用対象