C#
VB
C++
Gets or sets the connection name.
[ConfigurationPropertyAttribute("connectionName")]
public string ConnectionName { get; set; }
<ConfigurationPropertyAttribute(Name="connectionName",
Options=ConfigurationPropertyOptions.None,
IsDefaultCollection=False,
IsRequired=False,
IsKey=False)>
Public Property ConnectionName As String
[ConfigurationPropertyAttribute(Name="connectionName",
Options=ConfigurationPropertyOptions.None,
IsDefaultCollection=false,
IsRequired=false,
IsKey=false)]
public:
property String^ ConnectionName {
String^ get();
void set ( String^ );
}
A System.String that represents the connection name.
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