AutodiscoverError.DebugData Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the debug data.
public:
property System::String ^ DebugData { System::String ^ get(); };
public string DebugData { get; }
Public ReadOnly Property DebugData As String
Property Value
The debug data.
Remarks
This property represents more information about the failure that can help the system administrator debug the source of the problem.