Share via


PlayToReceiver.SupportsImage Property

Definition

Gets or sets a value that indicates whether the Play To target supports images.

public:
 property bool SupportsImage { bool get(); void set(bool value); };
bool SupportsImage();

void SupportsImage(bool value);
public bool SupportsImage { get; set; }
var boolean = playToReceiver.supportsImage;
playToReceiver.supportsImage = boolean;
Public Property SupportsImage As Boolean

Property Value

Boolean

bool

True if the Play To target supports images; otherwise false.

Windows requirements

App capabilities
privateNetworkClientServer

Applies to

See also