Share via


DocumentProperty.Name Property

Returns or sets the name of the specified object.

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

Syntax

'Declaration
Property Name As String
    Get
    Set
'Usage
Dim instance As DocumentProperty
Dim value As String

value = instance.Name

instance.Name = value
string Name { get; set; }

Property Value

Type: System.String

See Also

Reference

DocumentProperty Interface

DocumentProperty Members

Microsoft.Office.Core Namespace