INavigableItemBuildSet.FieldIncluded(String) Method

Definition

Tests whether the specified field is included for the items within the build set.

public:
 bool FieldIncluded(System::String ^ field);
public bool FieldIncluded (string field);
abstract member FieldIncluded : string -> bool
Public Function FieldIncluded (field As String) As Boolean

Parameters

field
String

A String string that represents the name of the field.

Returns

true if the specified field is included; otherwise, false.

Applies to