AddIn.Name Property

Definition

Gets the name of the AddIn object.

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

Property Value

A string representing the name of the AddIn object.

Attributes

Applies to