PolicyBodyAction.PolicyActionType Property
Gets or sets the policy action type (WMI-XML).
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public string PolicyActionType { get; set; }
public:
property String^ PolicyActionType {
String^ get();
void set(String^ value);
}
Public Property PolicyActionType As String
Property Value
Type: System.String
See Also
PolicyBodyAction Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace
Return to top