Share via


MetaProperties.GetItemByInternalName Method

Gets a property's value specifying its name as opposed to its index value.

Namespace:  Microsoft.Office.Core
Assembly:  office (in office.dll)

Syntax

'Declaration
Function GetItemByInternalName ( _
    InternalName As String _
) As MetaProperty
'Usage
Dim instance As MetaProperties
Dim InternalName As String
Dim returnValue As MetaProperty

returnValue = instance.GetItemByInternalName(InternalName)
MetaProperty GetItemByInternalName(
    string InternalName
)

Parameters

  • InternalName
    Type: System.String

    Contains the name of the property.

Return Value

Type: Microsoft.Office.Core.MetaProperty
MetaProperty

Remarks

Metadata is information about a document that can be used to identify particular documents, search document content, build rich content dynamically, and other similar operations without the need to open the document. Metadata can be stored in a document and as properties in a Windows SharePoint Services server.

See Also

Reference

MetaProperties Interface

MetaProperties Members

Microsoft.Office.Core Namespace