MessageBoxArgs.Icon Property
Namespace: Microsoft.TeamFoundation.MVVM
Assembly: Microsoft.TeamFoundation.Controls (in Microsoft.TeamFoundation.Controls.dll)
Syntax
'Declaration
Public Property Icon As MessageBoxImage
public MessageBoxImage Icon { get; set; }
public:
property MessageBoxImage Icon {
MessageBoxImage get ();
void set (MessageBoxImage value);
}
member Icon : MessageBoxImage with get, set
function get Icon () : MessageBoxImage
function set Icon (value : MessageBoxImage)
Property Value
Type: System.Windows.MessageBoxImage
Returns MessageBoxImage.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.