Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 the default values. | 
Top
Properties
| Name | Description | |
|---|---|---|
![]()  | 
AssemblyVersion | Gets the version of the assembly that created the package. | 
![]()  | 
ContainsData | Gets or sets a value that indicates whether the package contains Master Data. | 
![]()  | 
CreatedBy | Gets or sets the name of the user who created the package. | 
![]()  | 
CreatedDate | Gets or sets the date the package was created. | 
![]()  | 
DeploymentType | Gets or sets the type of the package. | 
![]()  | 
ProductVersion | Gets the version of the product that created the package. | 
![]()  | 
Version | Gets the version of the 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.
.gif)
.gif)
.gif)