Share via


ResourceBase Constructors

Definition

Overloads

ResourceBase()

Initializes a new instance of the ResourceBase class.

ResourceBase(String)

Initializes a new instance of the ResourceBase class.

ResourceBase()

Initializes a new instance of the ResourceBase class.

protected ResourceBase ();
Protected Sub New ()

Applies to

ResourceBase(String)

Initializes a new instance of the ResourceBase class.

protected ResourceBase (string objectType);
new Microsoft.Store.PartnerCenter.Models.ResourceBase : string -> Microsoft.Store.PartnerCenter.Models.ResourceBase
Protected Sub New (objectType As String)

Parameters

objectType
String

The type of the object.

Applies to