Share via


IExternalSecurityWeb.GetProperties Method

Returns security properties used in indexing by a search crawler.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
Function GetProperties As ExternalSecurityWebProperty()
'Usage
Dim instance As IExternalSecurityWeb
Dim returnValue As ExternalSecurityWebProperty()

returnValue = instance.GetProperties()
ExternalSecurityWebProperty[] GetProperties()

Return Value

Type: []
A Microsoft.SharePoint.ExternalSecurityWebProperty array that contains the names and values of the properties.

Remarks

The GetProperties method returns the following two properties for use by the search crawler:

  • urn:schemas-microsoft-com:publishing:Category

  • urn:schemas-microsoft-com:sharepoint:portal:IDPath

See Also

Reference

IExternalSecurityWeb Interface

IExternalSecurityWeb Members

Microsoft.SharePoint Namespace