Product.Terms Property

Definition

Gets a read-only collection of terms for the current product.

public:
 property System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::Web::PlatformInstaller::Terms ^> ^ Terms { System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::Web::PlatformInstaller::Terms ^> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.Web.PlatformInstaller.Terms> Terms { get; }
member this.Terms : System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.Web.PlatformInstaller.Terms>
Public ReadOnly Property Terms As ReadOnlyCollection(Of Terms)

Property Value

A generic ReadOnlyCollection of Terms objects.

Applies to