CustomType Property

Summary

Gets or sets the CustomType.

Syntax
C#
VB
C++
public string CustomType { get; set; } 
Public Property CustomType() As String 
   Get 
   Set 
public:  
   property String^ CustomType 
   { 
      String^ get() 
      void set(String^ value) 
   } 

Property Value

A value representing the CustomType.

Remarks

The CustomType is used to associate additional information with a DicomLogEntry.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.