Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace:  Microsoft.TeamFoundation.Common
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Public Shared Function GetDetailAttribute ( _
    exception As SoapException, _
    name As String _
) As String
public static string GetDetailAttribute(
    SoapException exception,
    string name
)
public:
static String^ GetDetailAttribute(
    SoapException^ exception, 
    String^ name
)
static member GetDetailAttribute : 
        exception:SoapException * 
        name:string -> string
public static function GetDetailAttribute(
    exception : SoapException, 
    name : String
) : String
Parameters
- exception
 Type: System.Web.Services.Protocols.SoapException
- name
 Type: System.String
Return Value
Type: System.String
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.