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

Sets the user SID for the message

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

Syntax

                 
  C#     Visual Basic     Visual C++  
void 
SetUserSID(
	
string 
userSid
)
Sub 
SetUserSID ( _
	
userSid 
As 
String _
)
void 
SetUserSID(
		[
InAttribute] 
String^ 
userSid
)

Parameters

userSid
String

See Also