참조 이름을 가져오거나 설정합니다.
네임스페이스: System.Spatial
어셈블리: System.Spatial(System.Spatial.dll)
구문
‘선언
Public Property Name As String
Get
Private Set
‘사용 방법
Dim instance As CoordinateSystem
Dim value As String
value = instance.Name
public string Name { get; private set; }
public:
property String^ Name {
String^ get ();
private: void set (String^ value);
}
member Name : string with get, private set
function get Name () : String
private function set Name (value : String)
속성 값
유형: System.String
참조 이름입니다.