AssemblyProperties Class

Definition

The assembly properties definition.

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

Constructors

AssemblyProperties()

Initializes a new instance of the AssemblyProperties class.

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

Initializes a new instance of the AssemblyProperties class.

Properties

AssemblyCulture

Gets or sets the assembly culture.

AssemblyName

Gets or sets the assembly name.

AssemblyPublicKeyToken

Gets or sets the assembly public key token.

AssemblyVersion

Gets or sets the assembly version.

ChangedTime

Gets or sets the artifact changed time.

(Inherited from ArtifactProperties)
Content (Inherited from ArtifactContentPropertiesDefinition)
ContentLink

Gets or sets the content link.

(Inherited from ArtifactContentPropertiesDefinition)
ContentType

Gets or sets the content type.

(Inherited from ArtifactContentPropertiesDefinition)
CreatedTime

Gets or sets the artifact creation time.

(Inherited from ArtifactProperties)
Metadata (Inherited from ArtifactProperties)

Methods

Validate()

Validate the object.

Applies to