KeywordDuplicateException.KeywordName Property
Obsolete. Gets the duplicate keyword name.
Namespace: Microsoft.SharePoint.Portal.SiteData
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public ReadOnly Property KeywordName As String
Get
'Usage
Dim instance As KeywordDuplicateException
Dim value As String
value = instance.KeywordName
public string KeywordName { get; }
Property Value
Type: System.String
String. The duplicate keyword name.
See Also
Reference
KeywordDuplicateException Class