Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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