ResourceContext<TStructuredType>.ResourceInstance Property

Definition

Caution

Resource instance might not be available when the incoming uri has a $select. Use the EdmObject property instead.

Gets or sets the resource instance.

[System.Obsolete("Resource instance might not be available when the incoming uri has a $select. Use the EdmObject property instead.")]
public TStructuredType ResourceInstance { get; set; }
[<System.Obsolete("Resource instance might not be available when the incoming uri has a $select. Use the EdmObject property instead.")>]
member this.ResourceInstance : 'StructuredType with get, set
Public Property ResourceInstance As TStructuredType

Property Value

TStructuredType
Attributes

Applies to