ESRI.ArcGIS.Mobile
UniqueValue Class Members
See Also  Fields  Properties  Methods  Send Feedback
ESRI.ArcGIS.Mobile.MobileServices Namespace : UniqueValue Class


The following tables list the members exposed by UniqueValue.

Public Fields

 NameDescription
Public Fieldstatic (Shared in Visual Basic)NullString Null string used when null value is used as unique value.  
Top

Public Properties

 NameDescription
Public PropertyCount Gets the number of elements contained in the ICollection.  
Public PropertyItemOverloaded.  Gets the value for the given column using the column name.  
Public PropertyKeys Gets an ICollection containing the keys of the IDictionary.  
Public PropertyValues Gets an ICollection containing the values in the IDictionary.  
Top

Public Methods

 NameDescription
Public MethodContainsKey Determines whether the IDictionary contains an element with the specified key.  
Public MethodGetEnumerator Returns an enumerator that iterates through the collection.  
Public MethodToStringOverridden.  Returns a String that represents the current UniqueValue.  
Public MethodTryGetValue Gets the value associated with the specified key.  
Top

See Also