ExpandedWrapper<TExpandedElement, TProperty0, TProperty1, TProperty2>.ProjectedProperty0 Property

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Get or sets the property to expand.

Namespace:  System.Data.Services.Internal
Assembly:  Microsoft.Data.Services (in Microsoft.Data.Services.dll)

Syntax

'Declaration
Public Property ProjectedProperty0 As TProperty0
    Get 
    Set
'Usage
Dim instance As ExpandedWrapper 
Dim value As TProperty0

value = instance.ProjectedProperty0

instance.ProjectedProperty0 = value
public TProperty0 ProjectedProperty0 { get; set; }
public:
property TProperty0 ProjectedProperty0 {
    TProperty0 get ();
    void set (TProperty0 value);
}
member ProjectedProperty0 : 'TProperty0 with get, set
function get ProjectedProperty0 () : TProperty0
function set ProjectedProperty0 (value : TProperty0)

Property Value

Type: TProperty0
The property to expand.

See Also

Reference

ExpandedWrapper<TExpandedElement, TProperty0, TProperty1, TProperty2> Class

System.Data.Services.Internal Namespace