ODataEntityReferenceLinksSerializationInfo.Typecast Property
The fully qualified type name of the declaring entity type of the navigation property if the declaring entity type is not the base type of the source entity set. Should be null if the declaring entity type is the base type of the source entity set.
Namespace: Microsoft.Data.OData
Assembly: Microsoft.Data.OData (in Microsoft.Data.OData.dll)
Syntax
'Declaration
Public Property Typecast As String
Get
Set
'Usage
Dim instance As ODataEntityReferenceLinksSerializationInfo
Dim value As String
value = instance.Typecast
instance.Typecast = value
public string Typecast { get; set; }
public:
property String^ Typecast {
String^ get ();
void set (String^ value);
}
member Typecast : string with get, set
function get Typecast () : String
function set Typecast (value : String)
Property Value
Type: System.String