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.
Namespace name for the data source.
Namespace: System.Data.Services.Providers
Assembly: Microsoft.Data.Services (in Microsoft.Data.Services.dll)
Syntax
'Declaration
ReadOnly Property ContainerNamespace As String
Get
'Usage
Dim instance As IDataServiceMetadataProvider
Dim value As String
value = instance.ContainerNamespace
string ContainerNamespace { get; }
property String^ ContainerNamespace {
String^ get ();
}
abstract ContainerNamespace : string
function get ContainerNamespace () : String
Property Value
Type: System.String
String that contains the namespace name.