ComClass.Description Property

Definition

Gets the description of a ComClass object.

This API supports the product infrastructure and is not intended to be used directly from your code.

public:
 property System::String ^ Description { System::String ^ get(); };
public string Description { get; }
public string Description { [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] get; }
member this.Description : string
[<get: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
member this.Description : string
Public ReadOnly Property Description As String

Property Value

A description of the ComClass object.

Attributes

Applies to