ResourceAttributes 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
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.