_RemoteItem.HasAttachment Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a Boolean (bool in C#) that is True (default) if the remote item has an attachment associated with it. Read-only.
public:
property bool HasAttachment { bool get(); };
public bool HasAttachment { get; }
Public ReadOnly Property HasAttachment As Boolean