ESRI.ArcGIS.ADF.Web.DataSources.IMS
Identity Property
See Also 
ESRI.ArcGIS.ADF.Web.DataSources.IMS Namespace > GISDataSource Class : Identity Property




Identity of user connecting to data source, as encrypted with the Identity class.

Syntax

Visual Basic (Declaration) 
Public Property Identity As String
Visual Basic (Usage)Copy Code
Dim instance As GISDataSource
Dim value As String
 
instance.Identity = value
 
value = instance.Identity
C# 
public string Identity {get; set;}

See Also

© 2010 All Rights Reserved.