This document is archived and information here might be outdated. Recommended version. |
Indicates if the relationship class represents a table attachment.
[Visual Basic .NET]
Public Property IsAttachmentRelationship As Boolean
[C#]
public bool IsAttachmentRelationship {get; set;}
[C++]
HRESULT get_IsAttachmentRelationship(
Boolean* Attachment
);
[C++]
HRESULT put_IsAttachmentRelationship(
VARIANT_BOOL Attachment
);
[C++] Parameters Attachment [out, retval]
Attachment is a parameter of type bool* Attachment [in]
Attachment is a parameter of type bool