RecoverableErrorData.ItemDisplayName Property

Gets the display name of the item that caused the error.

Namespace:  Microsoft.Synchronization
Assembly:  Microsoft.Synchronization (in Microsoft.Synchronization.dll)

Syntax

'Declaration
Public ReadOnly Property ItemDisplayName As String
    Get
'Usage
Dim instance As RecoverableErrorData
Dim value As String

value = instance.ItemDisplayName
public string ItemDisplayName { get; }
public:
property String^ ItemDisplayName {
    String^ get ();
}
member ItemDisplayName : string
function get ItemDisplayName () : String

Property Value

Type: System.String
The display name of the item that caused the error.

See Also

Reference

RecoverableErrorData Class

Microsoft.Synchronization Namespace