TarEntry.EntryType Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the type of filesystem object represented by this entry.
public:
property System::Formats::Tar::TarEntryType EntryType { System::Formats::Tar::TarEntryType get(); };
public System.Formats.Tar.TarEntryType EntryType { get; }
member this.EntryType : System.Formats.Tar.TarEntryType
Public ReadOnly Property EntryType As TarEntryType
Property Value
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.