ArcFM Engine Developer Guide
QualifiedTypeName Property


Syntax
'Declaration
 
<ConfigurationPropertyAttribute("QualifiedTypeName", 
   IsRequired=True, 
   IsKey=False, 
   DefaultValue=Mono.Cecil.CustomAttributeArgument)>
Public Property QualifiedTypeName As String
'Usage
 
Dim instance As WorkspaceFactoryElement
Dim value As String
 
instance.QualifiedTypeName = value
 
value = instance.QualifiedTypeName
[ConfigurationProperty("QualifiedTypeName", 
   IsRequired=true, 
   IsKey=false, 
   DefaultValue=Mono.Cecil.CustomAttributeArgument)]
public string QualifiedTypeName {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

WorkspaceFactoryElement Class
WorkspaceFactoryElement Members

 

 


Send Comment