The source attribute name and an optional default value to use if a document doesn't have an attribute of that name.
 Declaration Syntax
 Declaration Syntax| C# | 
public class SourceData
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | SourceData()()()() | Initializes a new instance of the SourceData class | 
|  | DefaultValue | 
            The default value to use if the source attribute is not specified in a document. Optional.
             
             Constraints: | 
|  | Equals(Object) | (Inherited from Object.) | 
|  | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | 
|  | GetType()()()() | Gets the type of the current instance.(Inherited from Object.) | 
|  | SourceName | 
            The name of the document source field to add to this IndexField.
             
             Constraints: | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithDefaultValue(String) | Obsolete. 
            Sets the DefaultValue property
             | 
|  | WithSourceName(String) | Obsolete. 
            Sets the SourceName property
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | SourceData |