DuplicateMetadataObjectException.Message Property
Retrieves the message of the exception.
Namespace: Microsoft.BusinessData.MetadataModel
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property Message As String
Get
'Usage
Dim instance As DuplicateMetadataObjectException
Dim value As String
value = instance.Message
public override string Message { get; }
Property Value
Type: System.String
The message string.
Implements
See Also
Reference
DuplicateMetadataObjectException Class