Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
'Usage
Dim instance As RecoverableErrorData
Dim value As String
value = instance.ItemDisplayName
public string ItemDisplayName { get; }
public:
property String^ ItemDisplayName {
String^ get ();
}
/** @property */
public String get_ItemDisplayName ()
public function get ItemDisplayName () : String
Property Value
The display name of the item that caused the error.
See Also
Reference
RecoverableErrorData Class
RecoverableErrorData Members
Microsoft.Synchronization Namespace