AdvantageCMS.Core.Common.BaseClasses Namespace
Build With Advantage

AdvantageModuleRewrite<(Of <(<'T>)>)>..::..MyObject Property

Gets or sets the business object associated with this URL rewrite. Automatically loaded from the rewrite master ID on first access.

Namespace:  AdvantageCMS.Core.Common.BaseClasses
Assembly:  AdvantageCMS.Core (in AdvantageCMS.Core.dll)

Syntax


public T MyObject { get; set; }

Field Value

The business object instance, or null if not a rewrite or the object could not be loaded.