Share via


PropertyInformation.Name プロパティ

定義

構成属性に対応するオブジェクトの名前を取得します。

public:
 property System::String ^ Name { System::String ^ get(); };
public string Name { get; }
member this.Name : string
Public ReadOnly Property Name As String

プロパティ値

PropertyInformation オブジェクトの名前。

次のコード例では、 プロパティの使用方法 LineNumber を示します。 このコード例は、PropertyInformation クラスのために提供されている大規模な例の一部です。

// Display the Name property.
Console.WriteLine("Name: {0}", propertyItem.Name);
' Display the Name property.
Console.WriteLine("Name: {0}", propertyItem.Name)

適用対象