Extension.ExtensionTypeName Property

Definition

Gets the type of the extension.

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

Property Value

A String value that represents the type of the extension.

Remarks

For a list of supported extension types, use the ListExtensionTypes method.

Applies to