ESRI.ArcGIS.Mobile.Client
User Class Members
See Also  Properties  Methods  Events Send Feedback
ESRI.ArcGIS.Mobile.Client.ArcGisOnlineServices Namespace : User Class


The following tables list the members exposed by User.

Public Constructors

 NameDescription
Public ConstructorUser Constructor  
Top

Public Properties

 NameDescription
Public PropertyDefaultGroupId Gets or sets the defaultGroupId.  
Public PropertyDescription Gets or sets the description.  
Public PropertyEmail Gets or sets the email.  
Public PropertyFullName Gets or sets the fullName.  
Public PropertyGroups Gets or sets the collection of groups the user belongs to.  
Public PropertyOrganization Gets or sets the organization.  
Public PropertyUserName Gets or sets the username.  
Top

Protected Properties

 NameDescription
Protected PropertyThrowOnInvalidPropertyName Determines whether to throw an exception (true) or use Debug.Fail() (false) when an invalid property name is passed to VerifyPropertyName. This is false by default but derived classes may set/override this property. (Inherited from ESRI.ArcGIS.Mobile.Client.ObservableObject)
Top

Protected Methods

 NameDescription
Protected MethodOnPropertyChanged Raises the PropertyChanged event. (Inherited from ESRI.ArcGIS.Mobile.Client.ObservableObject)
Protected MethodVerifyPropertyName Verifies that the object contains a property with the given name. This method does not exist in a release build. (Inherited from ESRI.ArcGIS.Mobile.Client.ObservableObject)
Top

Public Events

 NameDescription
Public EventPropertyChanged Occurs when a property value changes. (Inherited from ESRI.ArcGIS.Mobile.Client.ObservableObject)
Top

See Also