UserDataAccount.Icon 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 the icon associated with the UserDataAccount.
public:
property IRandomAccessStreamReference ^ Icon { IRandomAccessStreamReference ^ get(); };
public:
property IRandomAccessStreamReference ^ Icon { IRandomAccessStreamReference ^ get(); void set(IRandomAccessStreamReference ^ value); };
IRandomAccessStreamReference Icon();
IRandomAccessStreamReference Icon();
void Icon(IRandomAccessStreamReference value);
public IRandomAccessStreamReference Icon { get; }
public IRandomAccessStreamReference Icon { get; set; }
var iRandomAccessStreamReference = userDataAccount.icon;
var iRandomAccessStreamReference = userDataAccount.icon;
userDataAccount.icon = iRandomAccessStreamReference;
Public ReadOnly Property Icon As IRandomAccessStreamReference
Public Property Icon As IRandomAccessStreamReference
Property Value
The icon associated with the UserDataAccount.
Remarks
This property is only valid for device user data accounts. It will return null for app user data accounts.