public sealed class ManagementSettings : IMessage<ManagementSettings>, IEquatable<ManagementSettings>, IDeepCloneable<ManagementSettings>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Domains v1beta1 API class ManagementSettings.
Defines renewal, billing, and transfer settings for a Registration.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThis page provides documentation for the \u003ccode\u003eManagementSettings\u003c/code\u003e class within the Google Cloud Domains v1beta1 API.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eManagementSettings\u003c/code\u003e is used to define renewal, billing, and transfer settings for a domain registration.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version of \u003ccode\u003eManagementSettings\u003c/code\u003e is 2.0.0-beta05, and previous versions 2.0.0-beta04 and 1.0.0-beta04 are also listed.\u003c/p\u003e\n"],["\u003cp\u003eThe class includes properties like \u003ccode\u003eRenewalMethod\u003c/code\u003e and \u003ccode\u003eTransferLockState\u003c/code\u003e which dictates the domain renewal method and transfer lock status, respectively.\u003c/p\u003e\n"]]],[],null,["# Cloud Domains v1beta1 API - Class ManagementSettings (2.0.0-beta05)\n\nVersion latestkeyboard_arrow_down\n\n- [2.0.0-beta05 (latest)](/dotnet/docs/reference/Google.Cloud.Domains.V1Beta1/latest/Google.Cloud.Domains.V1Beta1.ManagementSettings)\n- [2.0.0-beta04](/dotnet/docs/reference/Google.Cloud.Domains.V1Beta1/2.0.0-beta04/Google.Cloud.Domains.V1Beta1.ManagementSettings)\n- [1.0.0-beta04](/dotnet/docs/reference/Google.Cloud.Domains.V1Beta1/1.0.0-beta04/Google.Cloud.Domains.V1Beta1.ManagementSettings) \n\n public sealed class ManagementSettings : IMessage\u003cManagementSettings\u003e, IEquatable\u003cManagementSettings\u003e, IDeepCloneable\u003cManagementSettings\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Cloud Domains v1beta1 API class ManagementSettings.\n\nDefines renewal, billing, and transfer settings for a `Registration`. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e ManagementSettings \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[ManagementSettings](/dotnet/docs/reference/Google.Cloud.Domains.V1Beta1/latest/Google.Cloud.Domains.V1Beta1.ManagementSettings), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[ManagementSettings](/dotnet/docs/reference/Google.Cloud.Domains.V1Beta1/latest/Google.Cloud.Domains.V1Beta1.ManagementSettings), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[ManagementSettings](/dotnet/docs/reference/Google.Cloud.Domains.V1Beta1/latest/Google.Cloud.Domains.V1Beta1.ManagementSettings), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.Domains.V1Beta1](/dotnet/docs/reference/Google.Cloud.Domains.V1Beta1/latest/Google.Cloud.Domains.V1Beta1)\n\nAssembly\n--------\n\nGoogle.Cloud.Domains.V1Beta1.dll\n\nConstructors\n------------\n\n### ManagementSettings()\n\n public ManagementSettings()\n\n### ManagementSettings(ManagementSettings)\n\n public ManagementSettings(ManagementSettings other)\n\nProperties\n----------\n\n### RenewalMethod\n\n public ManagementSettings.Types.RenewalMethod RenewalMethod { get; set; }\n\nOutput only. The renewal method for this `Registration`.\n\n### TransferLockState\n\n public TransferLockState TransferLockState { get; set; }\n\nControls whether the domain can be transferred to another registrar."]]