EdmToObjectNamespaceMap.Count Property

Gets a count of mappings contained by EdmToObjectNamespaceMap.

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

Syntax

'Declaration
Public ReadOnly Property Count As Integer 
    Get
'Usage
Dim instance As EdmToObjectNamespaceMap 
Dim value As Integer 

value = instance.Count
public int Count { get; }
public:
property int Count {
    int get ();
}
member Count : int
function get Count () : int

Property Value

Type: System.Int32
Integer value that contains the count of mappings.

See Also

Reference

EdmToObjectNamespaceMap Class

System.Data.Services.Design Namespace