EnumValueAttribute Constructor

Summary

Creates a new EnumValueAttribute, with the specified value.

Syntax
C#
VB
C++
public EnumValueAttribute( 
   string value 
) 
Public Function New( _ 
   ByVal value As String _ 
) 
public: 
EnumValueAttribute(  
   String^ value 
) 

Parameters

value
The value to be associated with an enumeration.

Requirements

Target Platforms

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

Leadtools.Dicom.Common Assembly