ResourceBase Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.