TldLegalAgreement Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Legal agreement for a top level domain.
public class TldLegalAgreement
type TldLegalAgreement = class
Public Class TldLegalAgreement
- Inheritance
-
TldLegalAgreement
Constructors
TldLegalAgreement() |
Initializes a new instance of the TldLegalAgreement class. |
TldLegalAgreement(String, String, String, String) |
Initializes a new instance of the TldLegalAgreement class. |
Properties
AgreementKey |
Gets or sets unique identifier for the agreement. |
Content |
Gets or sets agreement details. |
Title |
Gets or sets agreement title. |
Url |
Gets or sets URL where a copy of the agreement details is hosted. |
Methods
Validate() |
Validate the object. |
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET