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.
Gets or sets the name of the type in the data source to which the entity is mapped.
Namespace: System.Data.Services.Client
Assembly: Microsoft.Data.Services.Client (in Microsoft.Data.Services.Client.dll)
Syntax
'Declaration
Public Property ServerTypeName As String
Get
Friend Set
'Usage
Dim instance As EntityDescriptor
Dim value As String
value = instance.ServerTypeName
public string ServerTypeName { get; internal set; }
public:
property String^ ServerTypeName {
String^ get ();
internal: void set (String^ value);
}
member ServerTypeName : string with get, internal set
function get ServerTypeName () : String
internal function set ServerTypeName (value : String)
Property Value
Type: System.String
A string that is the name of the data type.