ErrorData.Details Property
Namespace: Microsoft.VisualStudio.Services.Common.Contracts
Assembly: Microsoft.VisualStudio.Services.Common (in Microsoft.VisualStudio.Services.Common.dll)
Syntax
'Declaration
Public Property Details As String
public string Details { get; set; }
public:
property String^ Details {
String^ get ();
void set (String^ value);
}
member Details : string with get, set
function get Details () : String
function set Details (value : String)
Property 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.