예제 #1
0
 public static Task IsPointOfInterestAsync(this PropertyCollection properties, bool isEnabled)
 => properties.SetAsync(PointOfInterest, isEnabled);
예제 #2
0
 public static Task <bool> IsPointOfInterestAsync(this PropertyCollection properties)
 => properties.GetAsync(PointOfInterest, false);