ArcFM Desktop Developer Guide
Password Property (ProcessFrameworkLoginElement)


Version: 10.2.1b and 10.2.1b SP1

Resource Center Home

Syntax
'Declaration
 
<ConfigurationPropertyAttribute(IsRequired=True, 
   IsKey=False, 
   Name="Password", 
   Options=ConfigurationPropertyOptions.IsRequired, 
   IsDefaultCollection=False)>
Public Property Password As String
'Usage
 
Dim instance As ProcessFrameworkLoginElement
Dim value As String
 
instance.Password = value
 
value = instance.Password
[ConfigurationProperty(IsRequired=true, 
   IsKey=false, 
   Name="Password", 
   Options=ConfigurationPropertyOptions.IsRequired, 
   IsDefaultCollection=false)]
public string Password {get; set;}
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

ProcessFrameworkLoginElement Class
ProcessFrameworkLoginElement Members

 

 


Send Comment