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-04-09 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 that is empty, and the other to create a property reference using a given property name, and another to pass a `PropertyReference` object to copy."],["The `Name` property of type `String` is included in the class, representing the property's name, which can include \".\" for potential property name paths."],["The webpage shows the version history of the package, listing versions from 3.2.0 up to the latest version 4.15.0."]]],[]]