共用方式為


InformationalUrl Class

Definition

Represents a group of URIs that provide terms of service, marketing, support and privacy policy information about an application. The default value for each string is null.

public class InformationalUrl
type InformationalUrl = class
Public Class InformationalUrl
Inheritance
InformationalUrl

Constructors

InformationalUrl()

Initializes a new instance of the InformationalUrl class.

InformationalUrl(String, String, String, String)

Initializes a new instance of the InformationalUrl class.

Properties

Marketing

Gets or sets the marketing URI

Privacy

Gets or sets the privacy policy URI

Support

Gets or sets the support URI

TermsOfService

Gets or sets the terms of service URI

Applies to