ExtensionHandle.ExtensionTypeFriendlyName Property

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

Gets the friendly name of the extension type.

Namespace:  Microsoft.Data.Schema.Extensibility
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
Public Property ExtensionTypeFriendlyName As String
public string ExtensionTypeFriendlyName { get; internal set; }
public:
property String^ ExtensionTypeFriendlyName {
    String^ get ();
    internal: void set (String^ value);
}
member ExtensionTypeFriendlyName : string with get, internal set
function get ExtensionTypeFriendlyName () : String
internal function set ExtensionTypeFriendlyName (value : String)

Property Value

Type: System.String
The friendly name of the type.

Remarks

Reads from the ExtensionDescriptionAttribute that was put on the extension class. If no attribute is found, the extension type short name will be used as the friendly name.

.NET Framework Security

See Also

Reference

ExtensionHandle Class

Microsoft.Data.Schema.Extensibility Namespace

ExtensionDescriptionAttribute