ExpandSegment.ExpandedProperty Property
Gets the property to be expanded.
Namespace: System.Data.Services
Assembly: Microsoft.Data.Services (in Microsoft.Data.Services.dll)
Syntax
'Declaration
Public ReadOnly Property ExpandedProperty As ResourceProperty
Get
'Usage
Dim instance As ExpandSegment
Dim value As ResourceProperty
value = instance.ExpandedProperty
public ResourceProperty ExpandedProperty { get; }
public:
property ResourceProperty^ ExpandedProperty {
ResourceProperty^ get ();
}
member ExpandedProperty : ResourceProperty
function get ExpandedProperty () : ResourceProperty
Property Value
Type: System.Data.Services.Providers.ResourceProperty
The property to expand.