ESRI.ArcGIS.Mobile.Client
Identity Constructor(String,String,GlobalId)
See Also  Send Feedback
ESRI.ArcGIS.Mobile.Client Namespace > Identity Class > Identity Constructor : Identity Constructor(String,String,GlobalId)

uniqueID
displayName
globalId
Initializes a new instance of Identity class

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal uniqueID As String, _
   ByVal displayName As String, _
   ByVal globalId As GlobalId _
)
C# 
public Identity( 
   string uniqueID,
   string displayName,
   GlobalId globalId
)

Parameters

uniqueID
displayName
globalId

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also