SoapExceptionUtilities.FullDetails Property

Namespace:  Microsoft.TeamFoundation.Common
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)

Syntax

'Declaration
Public Shared Property FullDetails As Boolean
public static bool FullDetails { get; set; }
public:
static property bool FullDetails {
    bool get ();
    void set (bool value);
}
static member FullDetails : bool with get, set
static function get FullDetails () : boolean 
static function set FullDetails (value : boolean)

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

SoapExceptionUtilities Class

Microsoft.TeamFoundation.Common Namespace