MetadataObject.Name Property
Gets the name of the metadata object.
Namespace: Microsoft.Office.Server.ApplicationRegistry.MetadataModel
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public ReadOnly Property Name As String
Get
'Usage
Dim instance As MetadataObject
Dim value As String
value = instance.Name
public string Name { get; }
Property Value
Type: System.String
The name of the metadata object.
Remarks
Names are unique within various scopes particular to objects. For example, all Entities within a LobSystem have unique names. All Methods within an Entity scope have unique names, and so on.
See Also
Reference
Microsoft.Office.Server.ApplicationRegistry.MetadataModel Namespace