UnsignedPublishLicense.ReferralInfoUri Property

Definition

Gets or sets the contact URI for the author or publisher of the content.

public:
 property Uri ^ ReferralInfoUri { Uri ^ get(); void set(Uri ^ value); };
public Uri ReferralInfoUri { get; set; }
member this.ReferralInfoUri : Uri with get, set
Public Property ReferralInfoUri As Uri

Property Value

Uri

The contact uniform resource identifier (URI) for the author or publisher of the content.

Remarks

XAML Text Usage

Members of this type are not typically used in XAML.

Applies to

See also