Share via


RetrieveAdvancedSettingsRequest.ConfigurationEntityName Property

Definition

Gets of sets the name of the configuration entity.

public:
 property System::String ^ ConfigurationEntityName { System::String ^ get(); void set(System::String ^ value); };
[System.Runtime.Serialization.DataMember(IsRequired=true)]
public string ConfigurationEntityName { get; set; }
[<System.Runtime.Serialization.DataMember(IsRequired=true)>]
member this.ConfigurationEntityName : string with get, set
Public Property ConfigurationEntityName As String

Property Value

The name of the configuration entity.

Attributes

Remarks

This is the configuration database table name.

Applies to