Gets a value indicating whether the channel sensitivity is set for this channel.
Syntax
Visual Basic (Declaration) | |
---|
Public ReadOnly Property Include As Boolean |
C# | |
---|
public bool Include {get;} |
C++/CLI | |
---|
public:
property bool Include {
bool get();
} |
Property Value
true if the channel sensitivity is set for this channel, false otherwise.
Example
Requirements
Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)
See Also