[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Runtime](./puppeteer.protocol.runtime.md) > [PrivatePropertyDescriptor](./puppeteer.protocol.runtime.privatepropertydescriptor.md) > [get](./puppeteer.protocol.runtime.privatepropertydescriptor.get.md) ## Protocol.Runtime.PrivatePropertyDescriptor.get property A function which serves as a getter for the private property, or `undefined` if there is no getter (accessor descriptors only). Signature: ```typescript get?: RemoteObject; ```