次の方法で共有


CertificateExtension.ObjectId プロパティ

定義

オブジェクト ID を取得または設定します。

public:
 property Platform::String ^ ObjectId { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring ObjectId();

void ObjectId(winrt::hstring value);
public string ObjectId { get; set; }
var string = certificateExtension.objectId;
certificateExtension.objectId = string;
Public Property ObjectId As String

プロパティ値

String

Platform::String

winrt::hstring

オブジェクト ID。

適用対象