XmlLangPropertyAttribute.Name 속성
정의
이 특성에 지정된 속성의 이름을 가져옵니다.Gets the name of the property that is specified in this attribute.
public:
property System::String ^ Name { System::String ^ get(); };
public string Name { get; }
member this.Name : string
Public ReadOnly Property Name As String
속성 값
속성의 이름입니다.The name of the property.