WebAccountProvider.IconUri Property

Definition

Gets the Uri of the icon image to display for the web account provider.

public:
 property Uri ^ IconUri { Uri ^ get(); };
/// [get: Windows.Foundation.Metadata.Deprecated("IconUri may be altered or unavailable for releases after Windows 8.2. Instead, use Icon.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, Windows.Foundation.UniversalApiContract)]
Uri IconUri();
/// [get: Windows.Foundation.Metadata.Deprecated("IconUri may be altered or unavailable for releases after Windows 8.2. Instead, use Icon.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, "Windows.Foundation.UniversalApiContract")]
Uri IconUri();
public System.Uri IconUri { [Windows.Foundation.Metadata.Deprecated("IconUri may be altered or unavailable for releases after Windows 8.2. Instead, use Icon.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, typeof(Windows.Foundation.UniversalApiContract))] get; }
public System.Uri IconUri { [Windows.Foundation.Metadata.Deprecated("IconUri may be altered or unavailable for releases after Windows 8.2. Instead, use Icon.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, "Windows.Foundation.UniversalApiContract")] get; }
var uri = webAccountProvider.iconUri;
Public ReadOnly Property IconUri As Uri

Property Value

The Uri of the icon image to display for the web account provider.

Attributes

Applies to