ILicenseAgreement.Text Property
Applies To: Windows Server Update Services
Retrieves the text of the license agreement.
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
Syntax
string Text { get; }
property String^ Text {
String^ get();
}
abstract Text : string with get
ReadOnly Property Text As String
Property Value
Type: System.String
Text of the license agreement. The property returns the text using the PreferredCulture if the localized text is available; otherwise, the text is in English.
See Also
ILicenseAgreement Interface
Microsoft.UpdateServices.Administration Namespace
Return to top