SyndicationPerson.Uri Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.