ExtensionHandle.ConfigurationName Property
Gets the configuration name. If the string is empty, then this configuration is the default configuration.
Namespace: Microsoft.Data.Schema.Extensibility
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public ReadOnly Property ConfigurationName As String
Get
'Usage
Dim instance As ExtensionHandle
Dim value As String
value = instance.ConfigurationName
public string ConfigurationName { get; }
public:
property String^ ConfigurationName {
String^ get ();
}
function get ConfigurationName () : String
member ConfigurationName : string
Property Value
Type: System.String
.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.