Share via


ExtensionHandle.ExtensionTypeFriendlyName Property

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
'Usage
Dim instance As ExtensionHandle 
Dim value As String 

value = instance.ExtensionTypeFriendlyName

instance.ExtensionTypeFriendlyName = value
public string ExtensionTypeFriendlyName { get; internal set; }
public:
property String^ ExtensionTypeFriendlyName {
    String^ get ();
    void set (String^ value);
}
public function get ExtensionTypeFriendlyName () : String 
public function set ExtensionTypeFriendlyName (value : String)

Property Value

Type: System.String

Remarks

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

.NET Framework Security

See Also

Reference

ExtensionHandle Class

ExtensionHandle Members

Microsoft.Data.Schema.Extensibility Namespace