C#
VB
C++
Gets or sets the fully qualified name of the Type the element is the configuration for.
[ConfigurationPropertyAttribute("type", IsRequired=true)]
public string TypeName { get; set; }
<ConfigurationPropertyAttribute(Name="type",
Options=ConfigurationPropertyOptions.IsRequired,
IsDefaultCollection=False,
IsRequired=True,
IsKey=False)>
Public Property TypeName As String
[ConfigurationPropertyAttribute(Name="type",
Options=ConfigurationPropertyOptions.IsRequired,
IsDefaultCollection=false,
IsRequired=true,
IsKey=false)]
public:
property String^ TypeName {
String^ get();
void set ( String^ );
}
The fully qualified name of the Type the element is the configuration for.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET