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

Gets or sets the clients ID

Namespace:  Microsoft.ConfigurationManagement.Messaging.Framework.ManagementPoint
Assembly:  Microsoft.ConfigurationManagement.Messaging(in Microsoft.ConfigurationManagement.Messaging.dll)

Syntax

                 
  C#     Visual Basic     Visual C++  
public 
override 
SmsClientId 
SourceClientId { 
get; 
set; }
Public 
Overrides 
Property 
SourceClientId 
As 
SmsClientId
	
Get
	
Set
public:
virtual 
property 
SmsClientId^

SourceClientId {
	
SmsClientId^

get () 
override;
	
void 
set (
SmsClientId^

value) 
override;
}

See Also