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
public PackageSettings Settings { get; set; }
public:
property PackageSettings^ Settings {
PackageSettings^ get();
void set(PackageSettings^ value);
}
member Settings : PackageSettings with get, set
Public Property Settings As PackageSettings
Property Value
Type: Microsoft.MasterDataServices.Deployment.PackageSettings
The package settings for the package.
See Also
Package Class
Microsoft.MasterDataServices.Deployment Namespace
Return to top