PlayToReceiver.Properties Property

Definition

Gets a set of custom properties for the Play To receiver.

public:
 property IPropertySet ^ Properties { IPropertySet ^ get(); };
IPropertySet Properties();
public IPropertySet Properties { get; }
var iPropertySet = playToReceiver.properties;
Public ReadOnly Property Properties As IPropertySet

Property Value

A set of custom properties for the Play To receiver.

Windows requirements

App capabilities
privateNetworkClientServer

Applies to

See also