Partager via


Propriété EntityCollectionChangedParams.PropertyName

Propriété de navigation sur l'objet source qui référence la collection qui a changé.

Espace de noms :  System.Data.Services.Client
Assembly :  Microsoft.Data.Services.Client (en Microsoft.Data.Services.Client.dll)

Syntaxe

'Déclaration
Public ReadOnly Property PropertyName As String
    Get
'Utilisation
Dim instance As EntityCollectionChangedParams
Dim value As String

value = instance.PropertyName
public string PropertyName { get; }
public:
property String^ PropertyName {
    String^ get ();
}
member PropertyName : string
function get PropertyName () : String

Valeur de propriété

Type : System.String
Nom de la propriété de navigation.

Voir aussi

Référence

EntityCollectionChangedParams Classe

Espace de noms System.Data.Services.Client