EdmToObjectNamespaceMap.EdmNamespaces Property
Gets edmNamespace items in an EdmToObjectNamespaceMap object.
Namespace: System.Data.Services.Design
Assembly: Microsoft.Data.Services.Design (in Microsoft.Data.Services.Design.dll)
Syntax
'Declaration
Public ReadOnly Property EdmNamespaces As ICollection(Of String)
Get
'Usage
Dim instance As EdmToObjectNamespaceMap
Dim value As ICollection(Of String)
value = instance.EdmNamespaces
public ICollection<string> EdmNamespaces { get; }
public:
property ICollection<String^>^ EdmNamespaces {
ICollection<String^>^ get ();
}
member EdmNamespaces : ICollection<string>
function get EdmNamespaces () : ICollection<String>
Property Value
Type: System.Collections.Generic.ICollection<String>
String value that contains EdmNamespace items.