ESRI.ArcGIS.ADF.IMS
User Property
See Also 
ESRI.ArcGIS.ADF.IMS.Data Namespace > SdeWorkspace Class : User Property




Gets or sets the user name to access the ArcSDE server.

Syntax

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

Remarks

User name for accessing the ArcSDE server.

See Also

© 2010 All Rights Reserved.