CastingConnection.Source 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 and sets the content source that is being casted through the connection to the casting device. The content can be set and changed at any time and doing so does not disconnect the connection.
public:
property CastingSource ^ Source { CastingSource ^ get(); void set(CastingSource ^ value); };
CastingSource Source();
void Source(CastingSource value);
public CastingSource Source { get; set; }
var castingSource = castingConnection.source;
castingConnection.source = castingSource;
Public Property Source As CastingSource
Property Value
The content source that is being casted to the casting device.