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




Gets or sets a value to determine whether or not the password for the ArcSDE instance is encrypted.

Syntax

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

Remarks

For information on this property, see the Password property.

Default is false.

See Also

© 2010 All Rights Reserved.