Gets the field display name if field-level validation failed or the list-title if item-level validation failed when a list item is either inserted or updated.
命名空间: Microsoft.SharePoint
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public ReadOnly Property DisplayName As String
Get
用法
Dim instance As SPListDataValidationException.SPFailure
Dim value As String
value = instance.DisplayName
public string DisplayName { get; }
属性值
类型:System.String
Returns a string that contains either the field display name or the list title.
另请参阅
引用
SPListDataValidationException.SPFailure 类