WebAccountProvider.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.
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