AssemblyProperties interface

The assembly properties definition.

Extends

Properties

assemblyCulture

The assembly culture.

assemblyName

The assembly name.

assemblyPublicKeyToken

The assembly public key token.

assemblyVersion

The assembly version.

Inherited Properties

changedTime

The artifact changed time.

content

Anything

contentLink

The content link.

contentType

The content type.

createdTime

The artifact creation time.

metadata

Anything

Property Details

assemblyCulture

The assembly culture.

assemblyCulture?: string

Property Value

string

assemblyName

The assembly name.

assemblyName: string

Property Value

string

assemblyPublicKeyToken

The assembly public key token.

assemblyPublicKeyToken?: string

Property Value

string

assemblyVersion

The assembly version.

assemblyVersion?: string

Property Value

string

Inherited Property Details

changedTime

The artifact changed time.

changedTime?: Date

Property Value

Date

Inherited From ArtifactContentPropertiesDefinition.changedTime

content

Anything

content?: any

Property Value

any

Inherited From ArtifactContentPropertiesDefinition.content

The content link.

contentLink?: ContentLink

Property Value

Inherited From ArtifactContentPropertiesDefinition.contentLink

contentType

The content type.

contentType?: string

Property Value

string

Inherited From ArtifactContentPropertiesDefinition.contentType

createdTime

The artifact creation time.

createdTime?: Date

Property Value

Date

Inherited From ArtifactContentPropertiesDefinition.createdTime

metadata

Anything

metadata?: any

Property Value

any

Inherited From ArtifactContentPropertiesDefinition.metadata