ArcFM Engine Developer Guide
TypeName Property (NameTypeConfigurationElement)


Gets or sets the fully qualified name of the Type the element is the configuration for.
Syntax
'Declaration
 
<ConfigurationPropertyAttribute("type", IsRequired=True)>
Public Property TypeName As String
'Usage
 
Dim instance As NameTypeConfigurationElement
Dim value As String
 
instance.TypeName = value
 
value = instance.TypeName
[ConfigurationProperty("type", IsRequired=true)]
public string TypeName {get; set;}

Property Value

the fully qualified name of the Type the element is the configuration for.
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

NameTypeConfigurationElement Class
NameTypeConfigurationElement Members

 

 


Send Comment