asternet/docs/html/M_AsterNET_Manager_Response_ManagerResponse_GetAttribute.htm
2016-10-03 11:15:07 +02:00

30 lines
11 KiB
HTML
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<html><head><meta http-equiv="X-UA-Compatible" content="IE=edge" /><link rel="shortcut icon" href="../icons/favicon.ico" /><link rel="stylesheet" type="text/css" href="../styles/branding.css" /><link rel="stylesheet" type="text/css" href="../styles/branding-en-US.css" /><script type="text/javascript" src="../scripts/branding.js"> </script><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>ManagerResponse.GetAttribute Method </title><meta name="Language" content="en-us" /><meta name="System.Keywords" content="GetAttribute method" /><meta name="System.Keywords" content="ManagerResponse.GetAttribute method" /><meta name="Microsoft.Help.F1" content="AsterNET.Manager.Response.ManagerResponse.GetAttribute" /><meta name="Microsoft.Help.Id" content="M:AsterNET.Manager.Response.ManagerResponse.GetAttribute(System.String)" /><meta name="Description" content="Returns the value of the attribute with the given key. This is particulary important when a response contains special attributes that are dependent on the action that has been sent. An example of this is the response to the GetVarAction." /><meta name="Microsoft.Help.ContentType" content="Reference" /><meta name="BrandingAware" content="true" /><meta name="container" content="AsterNET.Manager.Response" /><meta name="file" content="M_AsterNET_Manager_Response_ManagerResponse_GetAttribute" /><meta name="guid" content="M_AsterNET_Manager_Response_ManagerResponse_GetAttribute" /><link rel="stylesheet" type="text/css" href="../styles/branding-Website.css" /><script type="text/javascript" src="../scripts/jquery-1.11.0.min.js"></script><script type="text/javascript" src="../scripts/branding-Website.js"></script></head><body onload="OnLoad('cs')"><input type="hidden" id="userDataCache" class="userDataStyle" /><div class="pageHeader" id="PageHeader">AsterNet Class Library (Sandcastle documentation)<form id="SearchForm" method="get" action="#" onsubmit="javascript:TransferToSearchPage(); return false;"><input id="SearchTextBox" type="text" maxlength="200" /><button id="SearchButton" type="submit"></button></form></div><div class="pageBody"><div class="leftNav" id="leftNav"><div id="tocNav"><div class="toclevel0" data-toclevel="0"><a class="tocCollapsed" onclick="javascript: Toggle(this);" href="#!"></a><a data-tochassubtree="true" href="79b6241e-05a3-441c-b6a1-51f2b5b7f265.htm" title="AsterNet Class Library (Sandcastle documentation)" tocid="roottoc">AsterNet Class Library (Sandcastle documentation)</a></div><div class="toclevel0" data-toclevel="0"><a class="tocCollapsed" onclick="javascript: Toggle(this);" href="#!"></a><a data-tochassubtree="true" href="N_AsterNET_Manager_Response.htm" title="AsterNET.Manager.Response" tocid="N_AsterNET_Manager_Response">AsterNET.Manager.Response</a></div><div class="toclevel0" data-toclevel="0"><a class="tocCollapsed" onclick="javascript: Toggle(this);" href="#!"></a><a data-tochassubtree="true" href="T_AsterNET_Manager_Response_ManagerResponse.htm" title="ManagerResponse Class" tocid="T_AsterNET_Manager_Response_ManagerResponse">ManagerResponse Class</a></div><div class="toclevel1" data-toclevel="1" data-childrenloaded="true"><a class="tocExpanded" onclick="javascript: Toggle(this);" href="#!"></a><a data-tochassubtree="true" href="Methods_T_AsterNET_Manager_Response_ManagerResponse.htm" title="ManagerResponse Methods" tocid="Methods_T_AsterNET_Manager_Response_ManagerResponse">ManagerResponse Methods</a></div><div class="toclevel2 current" data-toclevel="2"><a data-tochassubtree="false" href="M_AsterNET_Manager_Response_ManagerResponse_GetAttribute.htm" title="GetAttribute Method " tocid="M_AsterNET_Manager_Response_ManagerResponse_GetAttribute">GetAttribute Method </a></div><div class="toclevel2" data-toclevel="2"><a data-tochassubtree="false" href="M_AsterNET_Manager_Response_ManagerResponse_IsSuccess.htm" title="IsSuccess Method " tocid="M_AsterNET_Manager_Response_ManagerResponse_IsSuccess">IsSuccess Method </a></div><div class="toclevel2" data-toclevel="2"><a data-tochassubtree="false" href="M_AsterNET_Manager_Response_ManagerResponse_Parse.htm" title="Parse Method " tocid="M_AsterNET_Manager_Response_ManagerResponse_Parse">Parse Method </a></div><div class="toclevel2" data-toclevel="2"><a data-tochassubtree="false" href="M_AsterNET_Manager_Response_ManagerResponse_ParseSpecial.htm" title="ParseSpecial Method " tocid="M_AsterNET_Manager_Response_ManagerResponse_ParseSpecial">ParseSpecial Method </a></div><div class="toclevel2" data-toclevel="2"><a data-tochassubtree="false" href="M_AsterNET_Manager_Response_ManagerResponse_ToString.htm" title="ToString Method " tocid="M_AsterNET_Manager_Response_ManagerResponse_ToString">ToString Method </a></div></div><div id="tocResizableEW" onmousedown="OnMouseDown(event);"></div><div id="TocResize" class="tocResize"><img id="ResizeImageIncrease" src="../icons/TocOpen.gif" onclick="OnIncreaseToc()" alt="Click or drag to resize" title="Click or drag to resize"><img id="ResizeImageReset" src="../icons/TocClose.gif" style="display:none" onclick="OnResetToc()" alt="Click or drag to resize" title="Click or drag to resize"></div></div><div class="topicContent" id="TopicContent"><table class="titleTable"><tr><td class="logoColumn"><img src="../icons/Help.png" /></td><td class="titleColumn">ManagerResponse<span id="LSTE239E82C_0"></span><script type="text/javascript">AddLanguageSpecificTextSet("LSTE239E82C_0?cpp=::|nu=.");</script>GetAttribute Method </td></tr></table><span class="introStyle"></span><div class="summary">
Returns the value of the attribute with the given key.<br />
This is particulary important when a response contains special
attributes that are dependent on the action that has been sent.<br />
An example of this is the response to the GetVarAction.
It contains the value of the channel variable as an attribute
stored under the key of the variable name.<br />
Example:
<pre>
GetVarAction action = new GetVarAction();
action.setChannel("SIP/1310-22c3");
action.setVariable("ALERT_INFO");
ManagerResponse response = connection.SendAction(action);
String alertInfo = response.getAttribute("ALERT_INFO");
</pre>
As all attributes are internally stored in lower case the key is
automatically converted to lower case before lookup.
</div><p> </p><strong>Namespace:</strong> <a href="N_AsterNET_Manager_Response.htm">AsterNET.Manager.Response</a><br /><strong>Assembly:</strong> AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)<div class="collapsibleAreaRegion"><span class="collapsibleRegionTitle" onclick="SectionExpandCollapse('ID1RB')" onkeypress="SectionExpandCollapse_CheckKey('ID1RB', event)" tabindex="0"><img id="ID1RBToggle" class="collapseToggle" src="../icons/SectionExpanded.png" />Syntax</span></div><div id="ID1RBSection" class="collapsibleSection"><div class="codeSnippetContainer"><div class="codeSnippetContainerTabs"><div id="ID0EDCA_tab1" class="codeSnippetContainerTab"><a href="#" onclick="javascript:ChangeTab('ID0EDCA','cs','1','4');return false;">C#</a></div><div id="ID0EDCA_tab2" class="codeSnippetContainerTab"><a href="#" onclick="javascript:ChangeTab('ID0EDCA','vb','2','4');return false;">VB</a></div><div id="ID0EDCA_tab3" class="codeSnippetContainerTab"><a href="#" onclick="javascript:ChangeTab('ID0EDCA','cpp','3','4');return false;">C++</a></div><div id="ID0EDCA_tab4" class="codeSnippetContainerTab"><a href="#" onclick="javascript:ChangeTab('ID0EDCA','fs','4','4');return false;">F#</a></div></div><div class="codeSnippetContainerCodeContainer"><div class="codeSnippetToolBar"><div class="codeSnippetToolBarText"><a id="ID0EDCA_copyCode" href="#" onclick="javascript:CopyToClipboard('ID0EDCA');return false;" title="Copy">Copy</a></div></div><div id="ID0EDCA_code_Div1" class="codeSnippetContainerCode" style="display: block"><pre xml:space="preserve"><span class="keyword">public</span> <span class="identifier">string</span> <span class="identifier">GetAttribute</span>(
<span class="identifier">string</span> <span class="parameter">key</span>
)</pre></div><div id="ID0EDCA_code_Div2" class="codeSnippetContainerCode" style="display: none"><pre xml:space="preserve"><span class="keyword">Public</span> <span class="keyword">Function</span> <span class="identifier">GetAttribute</span> (
<span class="parameter">key</span> <span class="keyword">As</span> <span class="identifier">String</span>
) <span class="keyword">As</span> <span class="identifier">String</span></pre></div><div id="ID0EDCA_code_Div3" class="codeSnippetContainerCode" style="display: none"><pre xml:space="preserve"><span class="keyword">public</span>:
<span class="identifier">String</span>^ <span class="identifier">GetAttribute</span>(
<span class="identifier">String</span>^ <span class="parameter">key</span>
)</pre></div><div id="ID0EDCA_code_Div4" class="codeSnippetContainerCode" style="display: none"><pre xml:space="preserve"><span class="keyword">member</span> <span class="identifier">GetAttribute</span> :
<span class="parameter">key</span> : <span class="identifier">string</span> <span class="keyword">-&gt;</span> <span class="identifier">string</span>
</pre></div></div></div><script type="text/javascript">AddLanguageTabSet("ID0EDCA");</script><h4 class="subHeading">Parameters</h4><dl><dt><span class="parameter">key</span></dt><dd>Type: <a href="http://msdn2.microsoft.com/en-us/library/s1wwdcbf" target="_blank">System<span id="LSTE239E82C_1"></span><script type="text/javascript">AddLanguageSpecificTextSet("LSTE239E82C_1?cs=.|vb=.|cpp=::|nu=.|fs=.");</script>String</a><br />the key to lookup.</dd></dl><h4 class="subHeading">Return Value</h4>Type: <a href="http://msdn2.microsoft.com/en-us/library/s1wwdcbf" target="_blank">String</a><br />
the value of the attribute stored under this key or
null if there is no such attribute.
</div><div class="collapsibleAreaRegion" id="seeAlsoSection"><span class="collapsibleRegionTitle" onclick="SectionExpandCollapse('ID2RB')" onkeypress="SectionExpandCollapse_CheckKey('ID2RB', event)" tabindex="0"><img id="ID2RBToggle" class="collapseToggle" src="../icons/SectionExpanded.png" />See Also</span></div><div id="ID2RBSection" class="collapsibleSection"><h4 class="subHeading">Reference</h4><div class="seeAlsoStyle"><a href="T_AsterNET_Manager_Response_ManagerResponse.htm">ManagerResponse Class</a></div><div class="seeAlsoStyle"><a href="N_AsterNET_Manager_Response.htm">AsterNET.Manager.Response Namespace</a></div></div></div></div><div id="pageFooter" class="pageFooter"> </div></body></html>