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