ArcFM Engine Developer Guide
Provider Property (ProcessFrameworkLoginElement)


Syntax
'Declaration
 
<ConfigurationPropertyAttribute(IsRequired=False, 
   IsKey=False, 
   Name="Provider", 
   Options=ConfigurationPropertyOptions.None, 
   IsDefaultCollection=False)>
Public Property Provider As String
'Usage
 
Dim instance As ProcessFrameworkLoginElement
Dim value As String
 
instance.Provider = value
 
value = instance.Provider
[ConfigurationProperty(IsRequired=false, 
   IsKey=false, 
   Name="Provider", 
   Options=ConfigurationPropertyOptions.None, 
   IsDefaultCollection=false)]
public string Provider {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