IDTSProperty100.Name Property

Definition

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

Property Value

The name of the property.

Attributes

Remarks

For more information, see DtsProperty.

Applies to