IDTSFriendlyEnum100.Value Property

Definition

Gets the friendly name used for an enumeration item identified by the Name property.

public:
 property int Value { int get(); };
[System.Runtime.InteropServices.DispId(101)]
public int Value { [System.Runtime.InteropServices.DispId(101)] get; }
[<System.Runtime.InteropServices.DispId(101)>]
[<get: System.Runtime.InteropServices.DispId(101)>]
member this.Value : int
Public ReadOnly Property Value As Integer

Property Value

The friendly name of the item in the enumeration.

Attributes

Applies to