Share via


ProjectedWrapper.PropertyNameList Property

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

Gets a list of property names as text in a comma-separated format.

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

Syntax

'Declaration
Public Property PropertyNameList As String 
    Get 
    Set
'Usage
Dim instance As ProjectedWrapper 
Dim value As String 

value = instance.PropertyNameList

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

Property Value

Type: System.String
List of comma-separated names.

See Also

Reference

ProjectedWrapper Class

System.Data.Services.Internal Namespace