LivingObjectRecord.Preview Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Preview for the object to help diagnose the leak quickly. May contain PII. Not suitable for telemetry. Used by partners or tests.
public:
abstract property System::String ^ Preview { System::String ^ get(); };
public abstract string Preview { get; }
member this.Preview : string
Public MustOverride ReadOnly Property Preview As String