MessageSettings.MessageSourceType Property
Gets or sets the optional source type for the message.
Namespace: Microsoft.ConfigurationManagement.Messaging.Framework
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public Nullable<MessageSourceType> MessageSourceType { get; set; }
public:
property Nullable<MessageSourceType> MessageSourceType {
Nullable<MessageSourceType> get();
void set(Nullable<MessageSourceType> value);
}
Public Property MessageSourceType As Nullable(Of MessageSourceType)
Property Value
Type: System.Nullable<MessageSourceType>
Source type for the message.
See Also
MessageSettings Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace
Return to top