ArcFM Responder Mobile Developer Guide
ProcessFrameworkLoginElement Property






Syntax
'Declaration
 
<System.Configuration.ConfigurationPropertyAttribute(Name="ProcessFrameworkLoginElement", 
   Options=ConfigurationPropertyOptions.IsRequired, 
   IsDefaultCollection=False, 
   IsRequired=True, 
   IsKey=False)>
Public Property ProcessFrameworkLoginElement As ProcessFrameworkLoginElement
'Usage
 
Dim instance As ProcessFrameworkElement
Dim value As ProcessFrameworkLoginElement
 
instance.ProcessFrameworkLoginElement = value
 
value = instance.ProcessFrameworkLoginElement
[System.Configuration.ConfigurationProperty(Name="ProcessFrameworkLoginElement", 
   Options=ConfigurationPropertyOptions.IsRequired, 
   IsDefaultCollection=false, 
   IsRequired=true, 
   IsKey=false)]
public ProcessFrameworkLoginElement ProcessFrameworkLoginElement {get; set;}
public read-write property ProcessFrameworkLoginElement: ProcessFrameworkLoginElement; 
System.Configuration.ConfigurationPropertyAttribute(Name="ProcessFrameworkLoginElement", 
   Options=ConfigurationPropertyOptions.IsRequired, 
   IsDefaultCollection=, 
   IsRequired=, 
   IsKey=)
public function get,set ProcessFrameworkLoginElement : ProcessFrameworkLoginElement
[System.Configuration.ConfigurationProperty(Name="ProcessFrameworkLoginElement", 
   Options=ConfigurationPropertyOptions.IsRequired, 
   IsDefaultCollection=false, 
   IsRequired=true, 
   IsKey=false)]
public: __property ProcessFrameworkLoginElement* get_ProcessFrameworkLoginElement();
public: __property void set_ProcessFrameworkLoginElement( 
   ProcessFrameworkLoginElement* value
);
[System.Configuration.ConfigurationProperty(Name="ProcessFrameworkLoginElement", 
   Options=ConfigurationPropertyOptions.IsRequired, 
   IsDefaultCollection=false, 
   IsRequired=true, 
   IsKey=false)]
public:
property ProcessFrameworkLoginElement^ ProcessFrameworkLoginElement {
   ProcessFrameworkLoginElement^ get();
   void set (    ProcessFrameworkLoginElement^ value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ProcessFrameworkElement Class
ProcessFrameworkElement Members

Send Feedback