IDataServiceMetadataProvider.ContainerName Property

Container name for the data source.

Namespace:  System.Data.Services.Providers
Assembly:  Microsoft.Data.Services (in Microsoft.Data.Services.dll)

Syntax

'Declaration
ReadOnly Property ContainerName As String 
    Get
'Usage
Dim instance As IDataServiceMetadataProvider 
Dim value As String 

value = instance.ContainerName
string ContainerName { get; }
property String^ ContainerName {
    String^ get ();
}
abstract ContainerName : string
function get ContainerName () : String

Property Value

Type: System.String
String that contains the name of the container.

See Also

Reference

IDataServiceMetadataProvider Interface

System.Data.Services.Providers Namespace