AdminException.MessageValues Property
Gets the values that are used to create the error message.
Namespace: Microsoft.SharePoint.Search.Extended.Administration.Common
Assembly: Microsoft.SharePoint.Search.Extended.Administration.Common (in Microsoft.SharePoint.Search.Extended.Administration.Common.dll)
Syntax
'Declaration
Public Property MessageValues As String()
Get
Private Set
'Usage
Dim instance As AdminException
Dim value As String()
value = instance.MessageValues
public string[] MessageValues { get; private set; }
Property Value
Type: []
See Also
Reference
Microsoft.SharePoint.Search.Extended.Administration.Common Namespace