IDTSFriendlyEnum100.Value Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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