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 the value of this feed instance.
Namespace: System.Web.Http.OData
Assembly: System.Web.Http.OData (in System.Web.Http.OData.dll)
Syntax
public object FeedInstance {
[CompilerGeneratedAttribute]
get;
[CompilerGeneratedAttribute]
set;
}
public:
property Object^ FeedInstance {
[CompilerGeneratedAttribute]
Object^ get();
[CompilerGeneratedAttribute]
void set(Object^ value);
}
member FeedInstance : Object with get, set
Public Property FeedInstance As Object
Property Value
Type: System.Object
See Also
FeedContext Class
System.Web.Http.OData Namespace
Return to top