AssemblyProperties interface 
The assembly properties definition.
Properties
| assembly | 
	The assembly culture.  | 
| assembly | 
	The assembly name.  | 
| assembly | 
	The assembly public key token.  | 
| assembly | 
	The assembly version.  | 
Inherited Properties
| changed | 
	The artifact changed time.  | 
| content | Anything  | 
| content | 
	The content link.  | 
| content | 
	The content type.  | 
| created | 
	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
		contentLink
	 
	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