[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Dictionary of sender properties

Namespace:  Microsoft.ConfigurationManagement.Messaging.Framework
Assembly:  Microsoft.ConfigurationManagement.Messaging(in Microsoft.ConfigurationManagement.Messaging.dll)

Syntax

                 
  C#     Visual Basic     Visual C++  
[
SerializableAttribute]
public 
sealed 
class 

SenderConfigurationPropertyDictionary : 
Dictionary<
string, 
Object>
<
SerializableAttribute> _
Public 
NotInheritable 
Class 

SenderConfigurationPropertyDictionary _
	
Inherits 
Dictionary(
Of 
String, 
Object)
[
SerializableAttribute]
public 
ref class 

SenderConfigurationPropertyDictionary 
sealed : 
public 
Dictionary<
String^, 
Object^>

Members

                       
  All Members     Properties      Methods      Explicit Interface Implementations   
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

  Member Description
Add(TKey, TValue) (Inherited from Dictionary < (Of < ( <' String, Object > ) > ) > .)
ICollection < (Of < <' ( KeyValuePair < (Of < <' ( TKey, TValue > ) > > ) > ) > > ) . . :: . . Add(KeyValuePair < (Of < <' ( TKey, TValue > ) > > ) ) (Inherited from Dictionary < (Of < ( <' String, Object > ) > ) > .)
IDictionary . . :: . . Add(Object, Object) (Inherited from Dictionary < (Of < ( <' String, Object > ) > ) > .)
Clear () () () () (Inherited from Dictionary < (Of < ( <' String, Object > ) > ) > .)
Comparer (Inherited from Dictionary < (Of < ( <' String, Object > ) > ) > .)
ICollection < (Of < <' ( KeyValuePair < (Of < <' ( TKey, TValue > ) > > ) > ) > > ) . . :: . . Contains(KeyValuePair < (Of < <' ( TKey, TValue > ) > > ) ) (Inherited from Dictionary < (Of < ( <' String, Object > ) > ) > .)
IDictionary . . :: . . Contains(Object) (Inherited from Dictionary < (Of < ( <' String, Object > ) > ) > .)
ContainsKey(TKey) (Inherited from Dictionary < (Of < ( <' String, Object > ) > ) > .)
ContainsValue(TValue) (Inherited from Dictionary < (Of < ( <' String, Object > ) > ) > .)
ICollection < (Of < <' ( KeyValuePair < (Of < <' ( TKey, TValue > ) > > ) > ) > > ) . . :: . . CopyTo( array< KeyValuePair < (Of < <' ( TKey, TValue > ) > > ) > [] () [] [] , Int32) (Inherited from Dictionary < (Of < ( <' String, Object > ) > ) > .)
ICollection . . :: . . CopyTo(Array, Int32) (Inherited from Dictionary < (Of < ( <' String, Object > ) > ) > .)
Count (Inherited from Dictionary < (Of < ( <' String, Object > ) > ) > .)
Equals(Object) (Inherited from Object.)
Finalize () () () () (Inherited from Object.)
GetEnumerator () () () () (Inherited from Dictionary < (Of < ( <' String, Object > ) > ) > .)
IEnumerable < (Of < <' ( KeyValuePair < (Of < <' ( TKey, TValue > ) > > ) > ) > > ) . . :: . . GetEnumerator () () () () (Inherited from Dictionary < (Of < ( <' String, Object > ) > ) > .)
IEnumerable . . :: . . GetEnumerator () () () () (Inherited from Dictionary < (Of < ( <' String, Object > ) > ) > .)
IDictionary . . :: . . GetEnumerator () () () () (Inherited from Dictionary < (Of < ( <' String, Object > ) > ) > .)
GetHashCode () () () () (Inherited from Object.)
GetObjectData(SerializationInfo, StreamingContext)
Serialization implementation
(Overrides Dictionary < (Of < ( <' TKey, TValue > ) > ) > . . :: . . GetObjectData(SerializationInfo, StreamingContext).)
GetType () () () () (Inherited from Object.)
IDictionary . . :: . . IsFixedSize (Inherited from Dictionary < (Of < ( <' String, Object > ) > ) > .)
ICollection < (Of < <' ( KeyValuePair < (Of < <' ( TKey, TValue > ) > > ) > ) > > ) . . :: . . IsReadOnly (Inherited from Dictionary < (Of < ( <' String, Object > ) > ) > .)
IDictionary . . :: . . IsReadOnly (Inherited from Dictionary < (Of < ( <' String, Object > ) > ) > .)
ICollection . . :: . . IsSynchronized (Inherited from Dictionary < (Of < ( <' String, Object > ) > ) > .)
Item [ ( [ ( TKey ] ) ] ) (Inherited from Dictionary < (Of < ( <' String, Object > ) > ) > .)
IDictionary . . :: . . Item [ ( [ ( Object ] ) ] ) (Inherited from Dictionary < (Of < ( <' String, Object > ) > ) > .)
Keys (Inherited from Dictionary < (Of < ( <' String, Object > ) > ) > .)
IDictionary < (Of < <' ( TKey, TValue > ) > > ) . . :: . . Keys (Inherited from Dictionary < (Of < ( <' String, Object > ) > ) > .)
IDictionary . . :: . . Keys (Inherited from Dictionary < (Of < ( <' String, Object > ) > ) > .)
MemberwiseClone () () () () (Inherited from Object.)
OnDeserialization(Object) (Inherited from Dictionary < (Of < ( <' String, Object > ) > ) > .)
ICollection < (Of < <' ( KeyValuePair < (Of < <' ( TKey, TValue > ) > > ) > ) > > ) . . :: . . Remove(KeyValuePair < (Of < <' ( TKey, TValue > ) > > ) ) (Inherited from Dictionary < (Of < ( <' String, Object > ) > ) > .)
Remove(TKey) (Inherited from Dictionary < (Of < ( <' String, Object > ) > ) > .)
IDictionary . . :: . . Remove(Object) (Inherited from Dictionary < (Of < ( <' String, Object > ) > ) > .)
ICollection . . :: . . SyncRoot (Inherited from Dictionary < (Of < ( <' String, Object > ) > ) > .)
ToString () () () () (Inherited from Object.)
TryGetValue(TKey, TValue % ) (Inherited from Dictionary < (Of < ( <' String, Object > ) > ) > .)
Values (Inherited from Dictionary < (Of < ( <' String, Object > ) > ) > .)
IDictionary < (Of < <' ( TKey, TValue > ) > > ) . . :: . . Values (Inherited from Dictionary < (Of < ( <' String, Object > ) > ) > .)
IDictionary . . :: . . Values (Inherited from Dictionary < (Of < ( <' String, Object > ) > ) > .)

Inheritance Hierarchy

System . . :: . . Object
   System.Collections.Generic . . :: . . Dictionary < (Of < ( <' String, Object > ) > ) >
     Microsoft.ConfigurationManagement.Messaging.Framework . . :: . . SenderConfigurationPropertyDictionary

See Also