Extension.ExtensionTypeName Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.