ExpandSegment.ExpandedProperty-Eigenschaft
Ruft die zu erweiternde Eigenschaft ab.
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
Eigenschaftswert
Typ: System.Data.Services.Providers.ResourceProperty
Die zu erweiternde Eigenschaft.