VCActiveXReference.Description Property

Definition

Gets or sets a string that represents the description for the object or the use of the output group.

public:
 property System::String ^ Description { System::String ^ get(); };
public:
 property Platform::String ^ Description { Platform::String ^ get(); };
[System.Runtime.InteropServices.DispId(2003)]
public string Description { [System.Runtime.InteropServices.DispId(2003)] get; }
[<System.Runtime.InteropServices.DispId(2003)>]
[<get: System.Runtime.InteropServices.DispId(2003)>]
member this.Description : string
Public ReadOnly Property Description As String

Property Value

A string that represents the description for the object or the use of the output group.

Implements

Attributes

Remarks

For the AddIn and OutputGroup objects, the Description property is read-only.

Applies to