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."],[[["This webpage provides documentation for the `PropertyReference` class within the Google Cloud Datastore v1 API for .NET."],["`PropertyReference` represents a reference to a property in relation to kind expressions within Google Cloud Datastore."],["The page lists available versions of the API, ranging from 3.2.0 up to the latest version, 4.15.0."],["The `PropertyReference` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the `Object` class."],["The class offers constructors to create a `PropertyReference` instance, either with no arguments, with an existing `PropertyReference` object, or with a string representing the `propertyName`, which can include periods for a property name path."]]],[]]