BgbMessageHeaderHttp.SourceId Property
Gets or sets the client ID for the source message.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public SmsClientId SourceId { get; set; }
public:
property SmsClientId^ SourceId {
SmsClientId^ get();
void set(SmsClientId^ value);
}
Public Property SourceId As SmsClientId
Property Value
Type: Microsoft.ConfigurationManagement.Messaging.Framework.SmsClientId
See Also
BgbMessageHeaderHttp Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace
Return to top