This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Gets or sets the local id of the macro in the current buffer scope.

Namespace: Smartsite.Core
Assembly:  Smartsite.Runtime (in Smartsite.Runtime.dll)

Syntax

C#Copy imageCopy Code
[(Options = .None|.MustBeAttribute|.Trim)]
public virtual string LocalId { get; set; }
Visual Basic (Declaration)Copy imageCopy Code
<(Options := .None Or .MustBeAttribute Or .Trim)> _
Public Overridable Property LocalId As 
	Get
	Set

Field Value

The local id.

See Also

Module Class
Smartsite.Core Namespace
Advanced