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 `PropertyReference` class provides a way to reference a property within the context of kind expressions in the `Google.Cloud.Datastore.V1` namespace."],["Version 4.15.0 is the latest available version for `Google.Cloud.Datastore.V1.PropertyReference`, with previous versions dating back to 3.2.0 available."],["The `PropertyReference` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `PropertyReference` class has constructors for creating instances, either empty or based on existing `PropertyReference` objects, or by specifying a property name directly as a string."],["The primary property of `PropertyReference` is `Name`, a string that stores the name of the referenced property and that can potentially include \".\" to be interpreted as a path."]]],[]]