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

Validates all required message settings are present and meet the requirements. If this fails, it means that the message is almost certain to fail sending or being processed by the site/MP.

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

Syntax

                 
  C#     Visual Basic     Visual C++  
public 
override 
void 
Validate()
Public 
Overrides 
Sub 
Validate
public:
virtual 
void 
Validate() 
override

Implements

IMessageBase . . :: . . Validate () () () ()

Remarks

When overriding this method, please ensure you call base.Validate(). Failure to do this could result in missed validations occurring deeper within the framework.

See Also