A key-value pair that describes a property of a pipeline object. The value is specified as either a string value ( StringValue ) or a reference to another object ( RefValue ) but not as both.
 Declaration Syntax
 Declaration Syntax| C# | 
public class Field
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | Field()()()() | Initializes a new instance of the Field class | 
|  | 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.) | 
|  | Key | 
            The field identifier.
             
             Constraints: | 
|  | RefValue | 
            The field value, expressed as the identifier of another object.
             
             Constraints: | 
|  | StringValue | 
            The field value, expressed as a String.
             
             Constraints: | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithKey(String) | Obsolete. 
            Sets the Key property
             | 
|  | WithRefValue(String) | Obsolete. 
            Sets the RefValue property
             | 
|  | WithStringValue(String) | Obsolete. 
            Sets the StringValue property
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | Field |