次の方法で共有


ComPersistableTypeElement.ID プロパティ

定義

持続可能な型の一意の識別子を取得または設定します。

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

プロパティ値

String

持続可能な型の一意の識別子。

属性

適用対象