Share via


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.

See Also

Reference

MetadataExceptionState Class

MetadataExceptionState Members

Microsoft.SharePoint.BusinessData.Administration Namespace