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

Returns a list of all of the status message properties that must be set.

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

Syntax

                 
  C#     Visual Basic     Visual C++  
public 
string[] 
GetRequiredProperties()
Public 
Function 
GetRequiredProperties 
As 
String()
public:
array<
String^>^ 
GetRequiredProperties()

See Also