Edit

Share via


MetaProperties.GetItemByInternalName(String) Method

Definition

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

public:
 Microsoft::Office::Core::MetaProperty ^ GetItemByInternalName(System::String ^ InternalName);
public Microsoft.Office.Core.MetaProperty GetItemByInternalName (string InternalName);
abstract member GetItemByInternalName : string -> Microsoft.Office.Core.MetaProperty
Public Function GetItemByInternalName (InternalName As String) As MetaProperty

Parameters

InternalName
String

Contains the name of the property.

Returns

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.

Applies to