MetadataExceptionState.ExplicitMessage property
Gets or sets a value that indicates whether the class has an explicit message.
Namespace: Microsoft.SharePoint.BusinessData.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property ExplicitMessage As Boolean
Get
Set
'Usage
Dim instance As MetadataExceptionState
Dim value As Boolean
value = instance.ExplicitMessage
instance.ExplicitMessage = value
public bool ExplicitMessage { get; set; }
Property value
Type: System.Boolean
true if an explicit message exists; otherwise, false.