SyndicationPerson.Uri Property

Definition

Gets or sets the Uniform Resource Identifier (URI) of the person. This property represents the atom:uri element. It is the absolute Uniform Resource Identifier (URI) resolved against the xml:base attribute, if it is present. If the href attribute is a relative Uniform Resource Identifier (URI) string and there is no xml:base attribute, this property is NULL because the relative Uniform Resource Identifier (URI) is not supported by the runtime Uniform Resource Identifier (URI) class.

public:
 property Uri ^ Uri { Uri ^ get(); void set(Uri ^ value); };
Uri Uri();

void Uri(Uri value);
public System.Uri Uri { get; set; }
var uri = syndicationPerson.uri;
syndicationPerson.uri = uri;
Public Property Uri As Uri

Property Value

The Uniform Resource Identifier (URI) of the person.

Applies to