Delen via


Artifact Class

Definition

Class that represents an entitlement artifact.

[Newtonsoft.Json.JsonConverter(typeof(Microsoft.Store.PartnerCenter.Models.JsonConverters.ArtifactConverter))]
public class Artifact : Microsoft.Store.PartnerCenter.Models.ResourceBaseWithLinks<Microsoft.Store.PartnerCenter.Models.StandardResourceLinks>
[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.Store.PartnerCenter.Models.JsonConverters.ArtifactConverter))>]
type Artifact = class
    inherit ResourceBaseWithLinks<StandardResourceLinks>
Public Class Artifact
Inherits ResourceBaseWithLinks(Of StandardResourceLinks)
Inheritance
Derived
Attributes

Constructors

Artifact()

Properties

ArtifactType

Gets or sets Artifact Type.

Attributes

Gets the attributes.

(Inherited from ResourceBase)
DynamicAttributes

Gets or sets the dynamic attributes.

Links

Gets or sets the resource links.

(Inherited from ResourceBaseWithLinks<TLinks>)

Applies to