ESRI.ArcGIS.ADF.Connection
Identity Property
See Also  Send comments on this topic.
ESRI.ArcGIS.ADF.Connection Namespace > Connection Class : Identity Property




Identity used to connect to the data source, containing the username, domain, password.

Syntax

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

See Also

© 2010 All Rights Reserved.