ComPersistableTypeElement.ID Vlastnost

Definice

Získá nebo nastaví jedinečný identifikátor trvalého typu.

public:
 property System::String ^ ID { System::String ^ get(); void set(System::String ^ value); };
[System.Configuration.ConfigurationProperty("ID", Options=System.Configuration.ConfigurationPropertyOptions.IsKey | System.Configuration.ConfigurationPropertyOptions.IsRequired)]
[System.Configuration.StringValidator(MinLength=1)]
public string ID { get; set; }
[<System.Configuration.ConfigurationProperty("ID", Options=System.Configuration.ConfigurationPropertyOptions.IsKey | System.Configuration.ConfigurationPropertyOptions.IsRequired)>]
[<System.Configuration.StringValidator(MinLength=1)>]
member this.ID : string with get, set
Public Property ID As String

Hodnota vlastnosti

String

Jedinečný identifikátor trvalého typu.

Atributy

Platí pro