BgbMessageHeaderHttp.SourceType Property

 

Gets or sets the type for the source message.

Namespace:   Microsoft.ConfigurationManagement.Messaging.Messages
Assembly:  Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)

Syntax

public string SourceType { get; set; }
public:
property String^ SourceType {
    String^ get();
    void set(String^ value);
}
Public Property SourceType As String

Property Value

Type: System.String

See Also

BgbMessageHeaderHttp Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace

Return to top