Table of Contents

TMSSDESCRIPTIONTEXT

This Environmental Variable TMSSDESCRIPTIONTEXT allows you to set the attribute index 0 (Description) to a custom string value.

Example

To set attribute 0 from Description to Pool

Windows Command Line

set TMSSDESCRIPTIONTEXT=Pool

Windows PowerShell

$env:TMSSDESCRIPTIONTEXT = "Pool"

Linux

export TMSSDESCRIPTIONTEXT=Pool