EntityChangedParams.PropertyName 속성
대상 개체를 참조하는 엔터티 개체에 속성 이름입니다.
네임스페이스: System.Data.Services.Client
어셈블리: Microsoft.Data.Services.Client(Microsoft.Data.Services.Client.dll)
구문
‘선언
Public ReadOnly Property PropertyName As String
Get
‘사용 방법
Dim instance As EntityChangedParams
Dim value As String
value = instance.PropertyName
public string PropertyName { get; }
public:
property String^ PropertyName {
String^ get ();
}
member PropertyName : string
function get PropertyName () : String
속성 값
유형: System.String
@FSHO2@변경된 속성의 이름입니다.