LinkedResource.ContentLink Property

Definition

Gets or sets a URI that the resource must match.

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

Property Value

Uri

If ContentLink is a relative URI, the recipient of the message must resolve it.

Applies to