FileCollectionMessage.Action Property
Gets or sets the file collection action.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages.Ccm
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public FileCollectionAction Action { get; set; }
public:
property FileCollectionAction^ Action {
FileCollectionAction^ get();
void set(FileCollectionAction^ value);
}
Public Property Action As FileCollectionAction
Property Value
Type: Microsoft.ConfigurationManagement.Messaging.Messages.Ccm.FileCollectionAction
See Also
FileCollectionMessage Class
Microsoft.ConfigurationManagement.Messaging.Messages.Ccm Namespace
Return to top