Share via


FileCollectionAction.FileType Property

 

Gets or sets the file 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 FileType { get; set; }
public:
property String^ FileType {
    String^ get();
    void set(String^ value);
}
Public Property FileType As String

Property Value

Type: System.String

See Also

FileCollectionAction Class
Microsoft.ConfigurationManagement.Messaging.Messages.Ccm Namespace

Return to top