DocumentSharingLocation.SupportedFileExtensions プロパティ

定義

ドキュメント共有の場所に格納できるファイルの種類を決定するファイル拡張子の一覧を取得します。 プロパティはSupportedFileExtensions、Exchange Onlineおよび 2013 以降のバージョンの Exchange を対象とするクライアントExchange Server適用されます。

public:
 property System::Collections::Generic::IEnumerable<System::String ^> ^ SupportedFileExtensions { System::Collections::Generic::IEnumerable<System::String ^> ^ get(); };
public System.Collections.Generic.IEnumerable<string> SupportedFileExtensions { get; }
Public ReadOnly Property SupportedFileExtensions As IEnumerable(Of String)

プロパティ値

サポートされているファイル拡張子の一覧。

注釈

サポートされているドキュメントの種類の一覧の例: "docx pptx xlsx"。

適用対象