Share via


ConnectedServiceProvider.Icon Property

Definition

Gets or sets the icon that should be shown when displaying this ConnectedServiceProvider.

public:  property System::Windows::Media::ImageSource ^ Icon {  public:
System::Windows::Media::ImageSource ^ get(); protected:
 void set(System::Windows::Media::ImageSource ^ value); };
public System.Windows.Media.ImageSource Icon { get; protected set; }
member this.Icon : System.Windows.Media.ImageSource with get, set
Public Property Icon As ImageSource

Property Value

Returns ImageSource.

Remarks

On the 'Add Connected Service' dialog, this Icon is sized to 32x32. On the 'Configure Connected Service' dialog, this Icon is sized to 64x64.

Applies to