CreateAttributeRequest.EntityName Property

Definition

Gets or sets the name of the table for which you want to create an column. Required.

public:
 property System::String ^ EntityName { System::String ^ get(); void set(System::String ^ value); };
public string EntityName { get; set; }
member this.EntityName : string with get, set
Public Property EntityName As String

Property Value

The name of the table for which you want to create a column. Required.

Applies to