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

value = instance.ProjectedProperty1

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

Property Value

Type: TProperty1
The property to expand.

See Also

Reference

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

System.Data.Services.Internal Namespace