IChannelSinkBase.Properties 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 a dictionary through which properties on the sink can be accessed.
public:
property System::Collections::IDictionary ^ Properties { System::Collections::IDictionary ^ get(); };
public System.Collections.IDictionary Properties { get; }
public System.Collections.IDictionary Properties { [System.Security.SecurityCritical] get; }
member this.Properties : System.Collections.IDictionary
[<get: System.Security.SecurityCritical>]
member this.Properties : System.Collections.IDictionary
Public ReadOnly Property Properties As IDictionary
Property Value
A dictionary through which properties on the sink can be accessed, or null
if the channel sink does not support properties.
- Attributes
Exceptions
The immediate caller does not have infrastructure permission.
Remarks
If a property is not present in this channel sink, it delegates the property access request to the next sink in the chain.