←Select platform

Type Property

Summary

The type (class name) of the service

Syntax

C#
VB
C++
[ConfigurationPropertyAttribute("type", IsRequired=true)] 
public string Type { get; set; } 
<ConfigurationPropertyAttribute("type", IsRequired:=true)>  
Public Property Type() As String 
   Get 
   Set 
public:  
   [ConfigurationPropertyAttribute(L"type", IsRequired=true)] 
   property String^ Type 
   { 
      String^ get() 
      void set(String^ value) 
   } 

Property Value

the type (class name) of the service

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Services Assembly