IAttachmentInfo3 Interface

Provides access to members that describe an attachment.

Members

Name Description
Read-only property AttachmentID ID that uniquely identifies an attachment.
Read/write property ContentType Content type that indicates the type of the mime content.
Read/write property GlobalID Global ID that uniquely identifies the attachment.
Read-only property IsAttachmentRelationshipGlobalIDBased Is the attachment global ID based.
Read/write property Name Descriptive name of an attachment.
Read/write property ParentGlobalID The source global ID that to which the attachment is associated to.
Read/write property ParentID The source ID that to which the attachment is associated to.
Read-only property Size The size of the attachment.
Read/write property Value put a value in a member of the attachemnt using name.

IAttachmentInfo3.Value Property

put a value in a member of the attachemnt using name.

Public Function get_Value ( _
    ByVal key As esriAttachmentTableField _
) As Object
Public Sub set_Value ( _
    ByVal key As esriAttachmentTableField, _
    ByVal Value As Object _
)
public object get_Value (
    esriAttachmentTableField key
);
public void set_Value (
    esriAttachmentTableField key,
    object Value
);

Inherited Interfaces

Interfaces Description
IAttachmentInfo2 Provides access to members that describe an attachment.
IAttachmentInfo Provides access to members that describe an attachment.

Classes that implement IAttachmentInfo3

Classes Description
AttachmentInfo Esri AttachmentInfo object.

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.