ExpandedWrapper<TExpandedElement>.ReferenceDescription Property

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Gets or sets the reference description, which used to display the wrapper.

Namespace:  System.Data.Services.Internal
Assembly:  Microsoft.Data.Services (in Microsoft.Data.Services.dll)

Syntax

'Declaration
Public Property ReferenceDescription As String 
    Get 
    Set
'Usage
Dim instance As ExpandedWrapper 
Dim value As String 

value = instance.ReferenceDescription

instance.ReferenceDescription = value
public string ReferenceDescription { get; set; }
public:
property String^ ReferenceDescription {
    String^ get ();
    void set (String^ value);
}
member ReferenceDescription : string with get, set
function get ReferenceDescription () : String 
function set ReferenceDescription (value : String)

Property Value

Type: System.String
The reference description used to display the wrapper.

See Also

Reference

ExpandedWrapper<TExpandedElement> Class

System.Data.Services.Internal Namespace