FileCollectionAction.ActionType Property
Gets or sets the action type. This value should not be changed.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages.Ccm
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public string ActionType { get; set; }
public:
property String^ ActionType {
String^ get();
void set(String^ value);
}
Public Property ActionType As String
Property Value
Type: System.String
See Also
FileCollectionAction Class
Microsoft.ConfigurationManagement.Messaging.Messages.Ccm Namespace
Return to top