EntityCollectionChangedParams.PropertyName Property
The navigation property on the source object that references the collection that has changed.
Namespace: System.Data.Services.Client
Assembly: Microsoft.Data.Services.Client (in Microsoft.Data.Services.Client.dll)
Syntax
'Declaration
Public ReadOnly Property PropertyName As String
Get
'Usage
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
Property Value
Type: System.String
The navigation property name.