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

Sets the state message details

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

Syntax

                 
  C#     Visual Basic     Visual C++  
void 
SetStateDetails(
	
uint 
detailsType,
	
string 
stateDetails
)
Sub 
SetStateDetails ( _
	
detailsType 
As 
UInteger, _
	
stateDetails 
As 
String _
)
void 
SetStateDetails(
		[
InAttribute] 
unsigned int 
detailsType, 
		[
InAttribute] 
String^ 
stateDetails
)

Parameters

detailsType
UInt32
stateDetails
String

See Also