ProjectedWrapper.PropertyNameList Property

Definition

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

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

public:
 property System::String ^ PropertyNameList { System::String ^ get(); void set(System::String ^ value); };
public string PropertyNameList { get; set; }
member this.PropertyNameList : string with get, set
Public Property PropertyNameList As String

Property Value

List of comma-separated names.

Applies to