FederationMessage.BaseUri Property

Definition

Gets or sets the base URL to which the message applies.

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

Property Value

Uri

A Uri that contains the base URL.

Exceptions

An attempt to set a value that is null occurs.

An attempt to set a value that is not a valid URI occurs.

Applies to