Partager via


ResourceAttributes Constructors

Definition

Overloads

ResourceAttributes()

Initializes a new instance of the ResourceAttributes class.

ResourceAttributes(Type)

Initializes a new instance of the ResourceAttributes class.

ResourceAttributes()

Initializes a new instance of the ResourceAttributes class.

public ResourceAttributes ();
Public Sub New ()

Applies to

ResourceAttributes(Type)

Initializes a new instance of the ResourceAttributes class.

public ResourceAttributes (Type type);
new Microsoft.Store.PartnerCenter.Models.ResourceAttributes : Type -> Microsoft.Store.PartnerCenter.Models.ResourceAttributes
Public Sub New (type As Type)

Parameters

type
Type

The resource type.

Applies to