←Select platform

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly