CertificateExtension.ObjectId Property

Definition

Gets or sets the object 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

Property Value

String

Platform::String

winrt::hstring

The object ID.

Applies to