PortalWebSiteMapNode.GetProperty Method
Retrieves a value from the Web site property bag by using a specified object key.
Namespace: Microsoft.SharePoint.Publishing.Navigation
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
Public Function GetProperty ( _
key As Object _
) As Object
'Usage
Dim instance As PortalWebSiteMapNode
Dim key As Object
Dim returnValue As Object
returnValue = instance.GetProperty(key)
public Object GetProperty(
Object key
)
Parameters
- key
Type: System.Object
Key to use to access the property bag.
Return Value
Type: System.Object
The value that corresponds to the specified key.
Remarks
Returns Null if the key was not found.