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