Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

Application Server

Tagname property

  • Last UpdatedJul 23, 2024
  • 1 minute read

Returns or sets this object’s tagname.

Class

ITemplate

Syntax

[C#]

string Tagname { set; get; };

[Visual C++]

// Returns the Tagname of this object.

[propget]

HRESULT Tagname(

// The Tagname of this object.

[out, retval] BSTR* theTagname

);

// Sets the Tagname of this object.

// The object does not need to be checked out; the

// operation is immediate.

[propput]

HRESULT Tagname(

// The Tagname of this object.

[in] BSTR newTagName

);

In This Topic
Related Links
TitleResults for “How to create a CRG?”Also Available in