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)

Usage

Public Class ustomPropertyImplementation
    Implements CustomProperty
End Class
Dim ustomPropertyImplementation1 As New ustomPropertyImplementation()

Syntax

Public Interface CustomProperty
public interface CustomProperty
public interface class CustomProperty
public interface CustomProperty
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.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.Office.Interop.Word Namespace

Other Resources

CustomProperty Members