public sealed class PropertyReference : IMessage<PropertyReference>, IEquatable<PropertyReference>, IDeepCloneable<PropertyReference>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Datastore v1 API class PropertyReference.
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-17 UTC."],[[["The latest version available for the Google Cloud Datastore v1 API's PropertyReference is 4.15.0, with a variety of previous versions also accessible for reference."],["The `PropertyReference` class is part of the `Google.Cloud.Datastore.V1` namespace and is implemented in the `Google.Cloud.Datastore.V1.dll` assembly."],["This class is a reference to a property related to the kind expressions, inheriting from `object` and implementing multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `PropertyReference` class has constructors that allow creating a new instance without any arguments, by copying another `PropertyReference` object, or by directly specifying the property name."],["The `PropertyReference` class contains a `Name` property of type string, which signifies the name of the property and may potentially be interpreted as a property path if periods are included."]]],[]]