ExpandedWrapper<TExpandedElement, TProperty0, TProperty1, TProperty2, TProperty3, TProperty4, TProperty5, TProperty6, TProperty7, TProperty8, TProperty9, TProperty10>.ProjectedProperty7 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 ProjectedProperty7 As TProperty7
    Get 
    Set
'Usage
Dim instance As ExpandedWrapper 
Dim value As TProperty7

value = instance.ProjectedProperty7

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

Property Value

Type: TProperty7
The property to expand.

See Also

Reference

ExpandedWrapper<TExpandedElement, TProperty0, TProperty1, TProperty2, TProperty3, TProperty4, TProperty5, TProperty6, TProperty7, TProperty8, TProperty9, TProperty10> Class

System.Data.Services.Internal Namespace