ResourceContext<TStructuredType>.ResourceInstance Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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