次の方法で共有


Attachment.FileName プロパティ

定義

添付ファイルのファイル名を表す 文字列 (C#の文字列 ) を返します。 読み取り専用です。

public:
 property System::String ^ FileName { System::String ^ get(); };
public string FileName { get; }
Public ReadOnly Property FileName As String

プロパティ値

注釈

このプロパティを プロパティと PathName 組み合わせて使用します。

適用対象