ParameterInfo.Description Property

Definition

Gets the description of the ParameterInfo object.

public:
 property System::String ^ Description { System::String ^ get(); };
[Microsoft.SqlServer.Dts.Runtime.Localization.LocalizablePropertyDescription(typeof(Microsoft.SqlServer.Dts.Runtime.Localized), "DescriptionDesc")]
public string Description { get; }
[<Microsoft.SqlServer.Dts.Runtime.Localization.LocalizablePropertyDescription(typeof(Microsoft.SqlServer.Dts.Runtime.Localized), "DescriptionDesc")>]
member this.Description : string
Public ReadOnly Property Description As String

Property Value

The description of the specified object.

Attributes

Applies to