Aracılığıyla paylaş


ComPersistableTypeElement.ID Özellik

Tanım

Kalıcı bir tür için benzersiz bir tanımlayıcı alır veya ayarlar.

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

Özellik Değeri

String

Kalıcı bir tür için benzersiz bir tanımlayıcı.

Öznitelikler

Şunlara uygulanır