CollectedFile.ContentType Property
Gets or sets the content type.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public CollectedFileContentType ContentType { get; set; }
public:
property CollectedFileContentType ContentType {
CollectedFileContentType get();
void set(CollectedFileContentType value);
}
Public Property ContentType As CollectedFileContentType
Property Value
Type: Microsoft.ConfigurationManagement.Messaging.Messages.CollectedFileContentType
See Also
CollectedFile Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace
Return to top