MapTitle.Name 속성

정의

제목의 이름을 가져오거나 설정합니다.

public:
 property System::String ^ Name { System::String ^ get(); void set(System::String ^ value); };
[System.Xml.Serialization.XmlAttribute(typeof(System.String))]
public string Name { get; set; }
[<System.Xml.Serialization.XmlAttribute(typeof(System.String))>]
member this.Name : string with get, set
Public Property Name As String

속성 값

string 값입니다.

구현

특성

적용 대상