CustomProperty Interface

Represents a single instance of a custom property for a smart tag.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
<GuidAttribute("B923FDE0-F08C-11D3-91B0-00105A0A19FD")> _
Public Interface CustomProperty
'Usage
Dim instance As CustomProperty
[GuidAttribute("B923FDE0-F08C-11D3-91B0-00105A0A19FD")]
public interface CustomProperty

Remarks

The CustomProperty object is a member of the CustomProperties collection.

Use the Item property— or Properties (Index), where index is the number of the property— of the CustomProperties collection to return a CustomProperty object. Use the Name and Value properties to return the information related to a custom property for a smart tag.

See Also

Reference

CustomProperty Members

Microsoft.Office.Interop.Word Namespace