FileCollectionAction.DeleteFilesAfterCollectionSerializable Property
Serializable representation of DeleteFilesAfterCollection. Do not use this property directly.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages.Ccm
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public string DeleteFilesAfterCollectionSerializable { get; set; }
public:
property String^ DeleteFilesAfterCollectionSerializable {
String^ get();
void set(String^ value);
}
Public Property DeleteFilesAfterCollectionSerializable As String
Property Value
Type: System.String
See Also
FileCollectionAction Class
Microsoft.ConfigurationManagement.Messaging.Messages.Ccm Namespace
Return to top