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

Sets the state ID

Namespace:  Microsoft.ConfigurationManagement.Messaging.Sender.Ccm
Assembly:  Microsoft.ConfigurationManagement.Messaging(in Microsoft.ConfigurationManagement.Messaging.dll)

Syntax

                 
  C#     Visual Basic     Visual C++  
void 
SetStateID(
	
uint 
stateId
)
Sub 
SetStateID ( _
	
stateId 
As 
UInteger _
)
void 
SetStateID(
		[
InAttribute] 
unsigned int 
stateId
)

Parameters

stateId
UInt32

See Also