Modify AlarmId accessor from internal to public for easier native alarm manipulation
authorHobum Kwon <hobum.kwon@samsung.com>
Wed, 18 Jan 2017 07:26:40 +0000 (16:26 +0900)
committerHobum Kwon <hobum.kwon@samsung.com>
Wed, 18 Jan 2017 07:27:14 +0000 (16:27 +0900)
Change-Id: I436c2a8d6e32d858fa9a1069f5d5644a9dfed763

Tizen.Applications/Tizen.Applications/Alarm.cs

index ae2bc50..6f73c0f 100755 (executable)
@@ -47,10 +47,9 @@ namespace Tizen.Applications
         /// <summary>
         /// The alarm ID uniquely identifies an alarm.
         /// </summary>
-        internal int AlarmId
+        public int AlarmId
         {
-            get;
-            set;
+            get; private set;
         }
 
         /// <summary>