ExtensionHandle.Description Property
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Gets or sets the description of this extension.
Namespace: Microsoft.Data.Schema.Extensibility
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public Property Description As String
public string Description { get; internal set; }
public:
property String^ Description {
String^ get ();
internal: void set (String^ value);
}
member Description : string with get, internal set
function get Description () : String
internal function set Description (value : String)
Property Value
Type: System.String
The description.
.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.