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
Public method PackageSettings Initializes a new instance of the PackageSettings class with default values.

Top

Properties

  Name Description
Public property AssemblyVersion Gets the version of the assembly that created this package.
Public property ContainsData Gets or sets a value indicating whether this package contains Master Data.
Public property CreatedBy Gets or sets the name of the user who created this package.
Public property CreatedDate Gets or sets the date this package was created.
Public property DeploymentType Gets or sets the type of this package.
Public property ProductVersion Gets the version of the product that created this package.
Public property Version Gets the version of this package.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method 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.