Visual Basic (Declaration) | |
---|---|
Public Enum DicomRoleSupport Inherits System.Enum Implements IComparable, IConvertible, IFormattable |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As DicomRoleSupport |
C# | |
---|---|
public enum DicomRoleSupport : System.Enum, IComparable, IConvertible, IFormattable |
C++/CLI | |
---|---|
public enum class DicomRoleSupport : public System.Enum, IComparable, IConvertible, IFormattable |
Member | Description |
---|---|
Supported | The role is supported. |
Unsupported | The role is not supported. |
For an example, refer to DicomAssociate.IsRoleSelect.
System.Object
System.ValueType
System.Enum
Leadtools.Dicom.DicomRoleSupport
Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)