Freigeben über


ConfigurationEntity.LogicalName Property

Definition

Gets or sets the logical name of the configuration entity.

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

Property Value

The logical name of the configuration entity.

Attributes

Applies to