CustomResolver.ClassId Property

Definition

Gets or sets the Class ID of the registered resolver.

public:
 property System::String ^ ClassId { System::String ^ get(); void set(System::String ^ value); };
public string ClassId { get; set; }
member this.ClassId : string with get, set
Public Property ClassId As String

Property Value

A String value that represents the Class ID of a COM-based resolver.

Remarks

This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.

Applies to