MetaProperties.GetItemByInternalName(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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.