DefaultFieldValue.Field Property

Definition

Returns the name of the field.

public:
 property System::String ^ Field { System::String ^ get(); };
public:
 property Platform::String ^ Field { Platform::String ^ get(); };
public string Field { get; }
member this.Field : string
Public ReadOnly Property Field As String

Property Value

Returns the name that was passed to the DefaultFieldValue class constructor.

Applies to