/Main/Source/SandcastleMAMLGuide/Content/CommonInline/environmentVariable.aml
Unknown | 36 lines | 35 code | 1 blank | 0 comment | 0 complexity | a32d41d1ccc17a862aef51aa0767cb31 MD5 | raw file
Possible License(s): CC-BY-SA-3.0
1<?xml version="1.0" encoding="utf-8"?> 2<topic id="a0424e7f-823c-449c-a2e4-012c1f556674" revisionNumber="1"> 3 <developerConceptualDocument xmlns="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:xlink="http://www.w3.org/1999/xlink"> 4 <introduction> 5 <para>This element describes an environment variable in an operating 6system.</para> 7 </introduction> 8 <section> 9 <title>Usage</title> 10 <content> 11 <para>Enter the element in the topic and specify the environment variable 12as the inner text.</para> 13 </content> 14 </section> 15 <section> 16 <title>Example</title> 17 <content> 18 <code lang="xml" title=" "> 19The Sandcastle tools find their installed location using the 20<environmentVariable>DXROOT</environmentVariable> environment variable. 21</code> 22 </content> 23 </section> 24 <section> 25 <title>Example Output</title> 26 <content> 27 <para>The Sandcastle tools find their installed location using the 28<environmentVariable>DXROOT</environmentVariable> environment variable.</para> 29 </content> 30 </section> 31 32 <relatedTopics> 33 <link xlink:href="b96d95c0-ec3c-4846-998a-4b43548bfa0e" /> 34 </relatedTopics> 35 </developerConceptualDocument> 36</topic>