RetrieveAdvancedSettingsRequest.ConfigurationEntityName Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.