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 details the `PropertyReference` class within the `Google.Cloud.Datastore.V1` namespace, offering a reference point for properties relative to kind expressions."],["The `PropertyReference` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["There are two constructors available, one default constructor and another accepting a `PropertyReference` object or a string as an argument, to create a property reference."],["The page provides a comprehensive list of available versions of `PropertyReference` ranging from 3.2.0 to 4.15.0, with the latest being 4.15.0, each hyperlinked to its respective documentation."],["The `Name` property, of type `String`, represents the name of the property and may support property name paths if \".\" is included."]]],[]]