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."],[[["The webpage provides documentation for the `PropertyReference` class within the `Google.Cloud.Datastore.V1` namespace, detailing its use in referencing properties."],["The `PropertyReference` class, part of the Google Cloud Datastore library, implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The page lists a comprehensive history of versions for the `Google.Cloud.Datastore.V1` package, ranging from version 3.2.0 up to the latest 4.15.0."],["The `PropertyReference` class can be constructed using a default constructor, a copy constructor, or by passing in the string of the property name."],["The class has a single property called `Name`, which is used to store the name of the referenced property, and this property is of type string."]]],[]]