Gets or sets the unique identifier of the template. Used by the page module only.
Namespace: ConnectedApps.Cms.EntitiesAssembly: ConnectedApps.Cms (in ConnectedApps.Cms.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic Nullable<Guid> TemplateId { get; set; }
Public Property TemplateId As Nullable(Of Guid)
Get
Set
public:
property Nullable<Guid> TemplateId {
Nullable<Guid> get ();
void set (Nullable<Guid> value);
}
member TemplateId : Nullable<Guid> with get, set
Property Value
Type:
NullableGuid
See Also