EdmPropertyConstructor.Name 속성
속성 이름을 가져오거나 설정합니다.
네임스페이스: Microsoft.Data.Edm.Library.Expressions
어셈블리: Microsoft.Data.Edm(Microsoft.Data.Edm.dll)
구문
‘선언
Public Property Name As String
Get
Set
‘사용 방법
Dim instance As EdmPropertyConstructor
Dim value As String
value = instance.Name
instance.Name = value
public string Name { get; set; }
public:
virtual property String^ Name {
String^ get () sealed;
void set (String^ value) sealed;
}
abstract Name : string with get, set
override Name : string with get, set
final function get Name () : String
final function set Name (value : String)
속성 값
유형: System.String