PackageSettings Class
Contains the settings for a deployment package.
Namespace: Microsoft.MasterDataServices.Deployment
Assembly: Microsoft.MasterDataServices.Deployment (in Microsoft.MasterDataServices.Deployment.dll)
Inheritance Hierarchy
System.Object
Microsoft.MasterDataServices.Deployment.PackageSettings
Syntax
[SerializableAttribute]
public class PackageSettings
[SerializableAttribute]
public ref class PackageSettings
[<SerializableAttribute>]
type PackageSettings = class end
<SerializableAttribute>
Public Class PackageSettings
Constructors
Name | Description | |
---|---|---|
PackageSettings() | Initializes a new instance of the PackageSettings class with the default values. |
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. |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
ToString() | (Inherited from Object.) |
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.
See Also
Microsoft.MasterDataServices.Deployment Namespace
Return to top