Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.