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

User parameters blob of a state message

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

Syntax

                 
  C#     Visual Basic     Visual C++  
[
SerializableAttribute]
public 
sealed 
class 
StateMessageUserParameters
<
SerializableAttribute> _
Public 
NotInheritable 
Class 
StateMessageUserParameters
[
SerializableAttribute]
public 
ref class 
StateMessageUserParameters 
sealed

Members

                       
  All Members     Constructors      Properties      Methods   
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

  Member Description
StateMessageUserParameters () () () ()
AddStateMessageParameter(Object)
Adds a state message parameter
AddStateMessageParameter(StateMessageParameter)
Adds a state message parameter
Count
The count of objects in parameters. Set does not actually do anything, it's only there for XML serialization purposes. If you want to override the count, use OverloadedCount.
Equals(Object) (Inherited from Object.)
Finalize () () () () (Inherited from Object.)
GetHashCode () () () () (Inherited from Object.)
GetType () () () () (Inherited from Object.)
MemberwiseClone () () () () (Inherited from Object.)
OverloadedCount
WARNING: The count attribute that's serialized to XML is a real count from the contents of the internal array of parameters. Only overload it using this property if you're testing security or negative scenarios. Don't change this unless you know what you're doing.
Parameters
Parameters for the state mesage. This should only be used for serialization.
ToString () () () () (Inherited from Object.)
UserParameter
Gets or sets the user parameter

Inheritance Hierarchy

System . . :: . . Object
   Microsoft.ConfigurationManagement.Messaging.Messages . . :: . . StateMessageUserParameters

See Also