Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
The object that is currently referenced by the changed property on the entity object.
Namespace: System.Data.Services.Client
Assembly: Microsoft.Data.Services.Client (in Microsoft.Data.Services.Client.dll)
Syntax
'Declaration
Public ReadOnly Property PropertyValue As Object
Get
'Usage
Dim instance As EntityChangedParams
Dim value As Object
value = instance.PropertyValue
public Object PropertyValue { get; }
public:
property Object^ PropertyValue {
Object^ get ();
}
member PropertyValue : Object
function get PropertyValue () : Object
Property Value
Type: System.Object
The current value that references a target entity.