次の方法で共有


GetDocumentOptions.SelectedFields プロパティ

定義

取得するフィールド名のリスト。 この句には、取得可能としてマークされたフィールドのみを含めることができます。 取得されないフィールドは、返されたドキュメントに表示されません。 空の場合、スキーマで取得可能としてマークされているすべてのフィールドが返されます。

public System.Collections.Generic.IList<string> SelectedFields { get; }
member this.SelectedFields : System.Collections.Generic.IList<string>
Public ReadOnly Property SelectedFields As IList(Of String)

プロパティ値

適用対象