UserActivityAttribution.IconUri 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.
Get or set the Uniform Resource Identifier (URI) for the icon image.
public:
property Uri ^ IconUri { Uri ^ get(); void set(Uri ^ value); };
Uri IconUri();
void IconUri(Uri value);
public System.Uri IconUri { get; set; }
var uri = userActivityAttribution.iconUri;
userActivityAttribution.iconUri = uri;
Public Property IconUri As Uri
Property Value
The URI that identifies the icon image.