Release 4.0.0-preview1-00172
[platform/core/csapi/tizenfx.git] / src / Tizen.Content.MediaContent / Tizen.Content.MediaContent / Album.cs
index 659c3fa..9bb2d2b 100755 (executable)
@@ -19,7 +19,7 @@ using System;
 namespace Tizen.Content.MediaContent
 {
     /// <summary>
-    /// Represents a logical collection grouping of related media info.
+    /// Represents a logical collection grouping of related media information.
     /// </summary>
     /// <seealso cref="AlbumCommand"/>
     public class Album
@@ -36,9 +36,9 @@ namespace Tizen.Content.MediaContent
         internal static Album FromHandle(IntPtr handle) => new Album(handle);
 
         /// <summary>
-        /// Get the id of the album.
+        /// Gets the ID of the album.
         /// </summary>
-        /// <value>The unique id of the album.</value>
+        /// <value>The unique ID of the album.</value>
         public int Id { get; }
 
         /// <summary>