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.
Gets or sets the package settings for the package.
Namespace: Microsoft.MasterDataServices.Deployment
Assembly: Microsoft.MasterDataServices.Deployment (in Microsoft.MasterDataServices.Deployment.dll)
Syntax
'Declaration
Public Property Settings As PackageSettings
Get
Set
'Usage
Dim instance As Package
Dim value As PackageSettings
value = instance.Settings
instance.Settings = value
public PackageSettings Settings { get; set; }
public:
property PackageSettings^ Settings {
PackageSettings^ get ();
void set (PackageSettings^ value);
}
member Settings : PackageSettings with get, set
function get Settings () : PackageSettings
function set Settings (value : PackageSettings)
Property Value
Type: Microsoft.MasterDataServices.Deployment.PackageSettings
The package settings for the package.