Gets or sets the path to a documentation comment XML file.
[Visual Basic]<FilenameEditor+FileDialogFilter(Title:="Select Assembly", Filter:="/doc Output files (*.xml)|*.xml|All files (*.*)|*.*")>Public Property SlashDoc As FilePath [C#][FilenameEditor+FileDialogFilter(Title="Select Assembly", Filter="/doc Output files (*.xml)|*.xml|All files (*.*)|*.*")]public FilePath SlashDoc { get; set; } [C++][FilenameEditor+FileDialogFilter(Title="Select Assembly", Filter="/doc Output files (*.xml)|*.xml|All files (*.*)|*.*")]public: __property FilePath* get_SlashDoc(); public: __property void set_SlashDoc(FilePath* ); [JScript] publicFilenameEditor+FileDialogFilter(Title="Select Assembly", Filter="/doc Output files (*.xml)|*.xml|All files (*.*)|*.*")function get SlashDoc() : FilePath publicFilenameEditor+FileDialogFilter(Title="Select Assembly", Filter="/doc Output files (*.xml)|*.xml|All files (*.*)|*.*")function set SlashDoc(FilePath);
A FilePath representing the path to a documentation comment XML file.
AssemblySlashDoc Class | NDoc.Core Namespace