IDTSFriendlyEnum100.Name Property

Definition

Gets the name of a value in an enumeration.

public:
 property System::String ^ Name { System::String ^ get(); };
[System.Runtime.InteropServices.DispId(13)]
public string Name { [System.Runtime.InteropServices.DispId(13)] get; }
[<System.Runtime.InteropServices.DispId(13)>]
[<get: System.Runtime.InteropServices.DispId(13)>]
member this.Name : string
Public ReadOnly Property Name As String

Property Value

The name of a value in the enumeration.

Attributes

Applies to