Visual Basic (Declaration) | |
---|---|
Public Property Type As String |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As ServiceConfigurationElement Dim value As String instance.Type = value value = instance.Type |
C# | |
---|---|
public string Type {get; set;} |
Property Value
A System.String representing the class type of the plug-in to create. Please check our WCF DICOM Service configuration file, located in the DICOMWCFService.csproj project
This property is defined in the configuration file with the name "type"
This configuration element is required to exist in the configuration file.
Target Platforms: Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family