PropertyGeneratedEventArgs.BackingFieldName Property

This class is not intended for public use and is used to generate strongly typed client-side objects for communicating with data services.

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

Syntax

'Declaration
Public ReadOnly Property BackingFieldName As String 
    Get
'Usage
Dim instance As PropertyGeneratedEventArgs 
Dim value As String 

value = instance.BackingFieldName
public string BackingFieldName { get; }
public:
property String^ BackingFieldName {
    String^ get ();
}
member BackingFieldName : string
function get BackingFieldName () : String

Property Value

Type: System.String
Backing field name.

See Also

Reference

PropertyGeneratedEventArgs Class

System.Data.Services.Design Namespace