diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2009-12-10 21:20:25 -0800 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2009-12-10 21:20:25 -0800 |
commit | 99f61fa33b6173aa2d857566f5560e314c14fa94 (patch) | |
tree | 9c4cabd75ef6cfd50f53f3bb922774dc72180c95 /src | |
parent | f8bc7254fffa8688a6a9430686b7cd00b5458cbb (diff) | |
download | DotNetOpenAuth-99f61fa33b6173aa2d857566f5560e314c14fa94.zip DotNetOpenAuth-99f61fa33b6173aa2d857566f5560e314c14fa94.tar.gz DotNetOpenAuth-99f61fa33b6173aa2d857566f5560e314c14fa94.tar.bz2 |
Fixed StyleCop message.
Diffstat (limited to 'src')
-rw-r--r-- | src/DotNetOpenAuth/Reporting.cs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/DotNetOpenAuth/Reporting.cs b/src/DotNetOpenAuth/Reporting.cs index 51b8b1f..9d066e9 100644 --- a/src/DotNetOpenAuth/Reporting.cs +++ b/src/DotNetOpenAuth/Reporting.cs @@ -350,6 +350,10 @@ namespace DotNetOpenAuth { } } + /// <summary> + /// Gets or sets the name of the file. + /// </summary> + /// <value>The name of the file.</value> internal string FileName { get; private set; } #region IDisposable Members |