Gets or sets the preview template used to add preview fields to the profile.

Namespace: MonoSoftware.MonoX.ModuleGallery
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
public PlaceHolder PreviewTemplate { get; }
Visual Basic
<PersistenceModeAttribute(PersistenceMode.InnerProperty)> 
Public ReadOnly Property PreviewTemplate As PlaceHolder
	Get
Visual C++
public:
[PersistenceModeAttribute(PersistenceMode::InnerProperty)]
property PlaceHolder^ PreviewTemplate {
	PlaceHolder^ get ();
}
F#
[<PersistenceModeAttribute(PersistenceMode.InnerProperty)>]
member PreviewTemplate : PlaceHolder with get

Property Value

Type: PlaceHolder

See Also