Static class provides methods and properties to manage MobileProfile. Can create MobileProfile explicitly with attributes MobileNumber or ProfileKey or both. Also has methods to find MobileProfile using any of the attributes.

Namespace: FiftyOne.Framework.Mobile.Profile
Assembly: FiftyOne.Framework (in FiftyOne.Framework.dll) Version: 2.0.2.1 (2.0.2.1)

Syntax

C#
public static class MobileProfiles
Visual Basic
Public NotInheritable Class MobileProfiles
Visual C++
public ref class MobileProfiles abstract sealed

Inheritance Hierarchy

System..::..Object
  FiftyOne.Framework.Mobile.Profile..::..MobileProfiles

See Also