ExpandedWrapper<TExpandedElement, TProperty0, TProperty1, TProperty2, TProperty3, TProperty4, TProperty5>.ProjectedProperty2 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 ProjectedProperty2 As TProperty2
    Get 
    Set
'Usage
Dim instance As ExpandedWrapper 
Dim value As TProperty2

value = instance.ProjectedProperty2

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

Property Value

Type: TProperty2
The property to expand.

See Also

Reference

ExpandedWrapper<TExpandedElement, TProperty0, TProperty1, TProperty2, TProperty3, TProperty4, TProperty5> Class

System.Data.Services.Internal Namespace