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

속성 값

지속 형식의 고유 식별자입니다.

특성

적용 대상