Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the IMessage source for file serialization.
Namespace: Microsoft.ConfigurationManagement.Messaging.Framework
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public T SourceMessage { get; private set; }
public:
property T SourceMessage {
T get();
private: void set(T value);
}
Public Property SourceMessage As T
Get
Private Set
End Property
Property Value
Type: T
See Also
MessageFile<T> Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace
Return to top