EnvironmentReference.Key.Name Property

Gets the key name.

Namespace:  Microsoft.SqlServer.Management.IntegrationServices
Assembly:  Microsoft.SqlServer.Management.IntegrationServices (in Microsoft.SqlServer.Management.IntegrationServices.dll)

Syntax

'Declaration
Public ReadOnly Property Name As String 
    Get
'Usage
Dim instance As EnvironmentReference.Key 
Dim value As String 

value = instance.Name
public string Name { get; }
public:
property String^ Name {
    String^ get ();
}
member Name : string
function get Name () : String

Property Value

Type: System.String
The key name.

See Also

Reference

EnvironmentReference.Key Class

Microsoft.SqlServer.Management.IntegrationServices Namespace