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 to a property relative to kind expressions."],["The `PropertyReference` class has several versions available, ranging from 3.2.0 up to the latest version 4.15.0, each linked to its respective documentation."],["`PropertyReference` implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["The `PropertyReference` class has two constructors, one that takes in no parameters, and another that takes in either another `PropertyReference`, or a `String` to name the property."],["The class has one public property called `Name` of type String, which represents the name of the property, and can include periods to represent a property path."]]],[]]