Due to some legacy app use this internal property, we should revive this
legacy property.
It will be removed after all apps change this legacy codes
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
}
}
+ /// <summary>
+ /// Check if object is bound or not.
+ /// This API used for legacy codes.
+ /// Should be removed after all app usage replaced into IsBound.
+ /// </summary>
+ [Obsolete("This has been deprecated in API11. Use IsBound property instead.")]
+ internal bool IsBinded
+ {
+ get
+ {
+ return IsBound;
+ }
+ set
+ {
+ IsBound = value;
+ }
+ }
+
/// <summary>
/// Check if object is bound or not.
/// </summary>