public sealed class PropertyReference : IMessage<PropertyReference>, IEquatable<PropertyReference>, IDeepCloneable<PropertyReference>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Datastore v1 API class PropertyReference.
A reference to a property relative to the kind expressions.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-17 UTC."],[[["This webpage provides documentation for the `PropertyReference` class within the Google Cloud Datastore v1 API, covering versions from 3.2.0 up to the latest, 4.15.0."],["The `PropertyReference` class is used to refer to a property relative to kind expressions in Google Cloud Datastore, and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, `IBufferMessage`."],["The `PropertyReference` class can be constructed with no parameters, with another `PropertyReference` object, or with a string representing the name of the property, which is accessible via the `Name` property."],["This documentation also lists the members that `PropertyReference` inherits from `Object`, including `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."],["There are multiple versions of this class documented on the page, each link leading to the documentation of the corresponding version."]]],[]]