SendMessageChannelCacheElement.ChannelSettings 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 settings of the channel cache.
public:
 property System::ServiceModel::Activities::Configuration::ChannelSettingsElement ^ ChannelSettings { System::ServiceModel::Activities::Configuration::ChannelSettingsElement ^ get(); };[System.Configuration.ConfigurationProperty("channelSettings")]
public System.ServiceModel.Activities.Configuration.ChannelSettingsElement ChannelSettings { get; }[<System.Configuration.ConfigurationProperty("channelSettings")>]
member this.ChannelSettings : System.ServiceModel.Activities.Configuration.ChannelSettingsElementPublic ReadOnly Property ChannelSettings As ChannelSettingsElementProperty Value
The settings of the channel cache.
- Attributes