Default 要素 (リスト - フィールド)

適用対象: SharePoint 2016 |SharePoint Foundation 2013 |SharePoint Online |SharePoint Server 2013

フィールドの既定値を設定します。

<Default>
</Default>

要素と属性

以下のセクションで、属性、子要素、親要素について説明します。

属性

なし

子要素

None

親要素

Occurrences

  • 最小 : 0
  • 最大 : 1

次は、説明用のテキストを表示し、FavoriteColor フィールドの既定値を黒 (Black) に設定する例です。

<Field Type="Text" Name="FavoriteColor">
  <Description>Enter your favorite color here. If you don't have a
    favorite color, enter "Black".
  </Description>
  <Default>Black</Default>
</Field>