Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
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.