Partager via


StateMessageParameter Constructor (Object)

 

Initializes a new instance of the StateMessageParameter class. Builds a paramter with the input.

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

Syntax

public StateMessageParameter(
    object attribute
)
public:
StateMessageParameter(
    Object^ attribute
)
Public Sub New (
    attribute As Object
)

Parameters

  • attribute
    Type: System.Object

    The state message parameter attribute.

See Also

StateMessageParameter Overload
StateMessageParameter Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace

Return to top