PackageSettings Class
Contains the settings for a deployment package.
Inheritance Hierarchy
System.Object
Microsoft.MasterDataServices.Deployment.PackageSettings
Namespace: Microsoft.MasterDataServices.Deployment
Assembly: Microsoft.MasterDataServices.Deployment (in Microsoft.MasterDataServices.Deployment.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class PackageSettings
'Usage
Dim instance As PackageSettings
[SerializableAttribute]
public class PackageSettings
[SerializableAttribute]
public ref class PackageSettings
[<SerializableAttribute>]
type PackageSettings = class end
public class PackageSettings
The PackageSettings type exposes the following members.
Constructors
Name | Description | |
---|---|---|
PackageSettings | Initializes a new instance of the PackageSettings class with default values. |
Top
Properties
Name | Description | |
---|---|---|
AssemblyVersion | Gets the version of the assembly that created this package. | |
ContainsData | Gets or sets a value indicating whether this package contains Master Data. | |
CreatedBy | Gets or sets the name of the user who created this package. | |
CreatedDate | Gets or sets the date this package was created. | |
DeploymentType | Gets or sets the type of this package. | |
ProductVersion | Gets the version of the product that created this package. | |
Version | Gets the version of this package. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.