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. |