public sealed class PropertyReference : IMessage<PropertyReference>, IEquatable<PropertyReference>, IDeepCloneable<PropertyReference>, IBufferMessage, IMessage
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-03-21 UTC."],[[["This webpage provides documentation for the `PropertyReference` class within the `Google.Cloud.Datastore.V1` namespace, a class that represents a reference to a property."],["The `PropertyReference` class, which is a sealed class, implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["There are numerous versions of the `PropertyReference` documentation available, ranging from version 3.2.0 to the latest version, 4.15.0, in the Google.Cloud.Datastore.V1 library."],["The `PropertyReference` class has two constructors: a default one and another that creates the property reference using a name, and includes a `Name` property, which represents the name of the property and can be interpreted as a property path if it includes dots."],["The `PropertyReference` class inherits some Members from `Object`, such as `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."]]],[]]