SoapExceptionUtilities.FullDetails Property

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

Syntax

'宣言
Public Shared Property FullDetails As Boolean
    Get
    Set
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