Condividi tramite


Proprietà EntityChangedParams.PropertyName

Il nome della proprietà nell'oggetto entità che fa riferimento all'oggetto di destinazione.

Spazio dei nomi  System.Data.Services.Client
Assembly:  Microsoft.Data.Services.Client (in Microsoft.Data.Services.Client.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property PropertyName As String
    Get
'Utilizzo
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

Valore proprietà

Tipo: System.String
Nome della proprietà modificata.

Vedere anche

Riferimento

EntityChangedParams Classe

Spazio dei nomi System.Data.Services.Client