Aracılığıyla paylaş


LocalizablePropertyDisplayNameAttribute(Type, String) Constructor

Definition

Initializes a new instance of the LocalizablePropertyDisplayNameAttribute class using the specified type and property name.

public:
 LocalizablePropertyDisplayNameAttribute(Type ^ type, System::String ^ propertyName);
public LocalizablePropertyDisplayNameAttribute (Type type, string propertyName);
new Microsoft.SqlServer.Dts.Runtime.Localization.LocalizablePropertyDisplayNameAttribute : Type * string -> Microsoft.SqlServer.Dts.Runtime.Localization.LocalizablePropertyDisplayNameAttribute
Public Sub New (type As Type, propertyName As String)

Parameters

type
Type

The type name.

propertyName
String

The property name.

Applies to