MetadataPropertiesExpression.PropertyNames Property

Definition

Gets or sets a collection of strings representing the metadata properties to retrieve.

public:
 property Microsoft::Xrm::Sdk::DataCollection<System::String ^> ^ PropertyNames { Microsoft::Xrm::Sdk::DataCollection<System::String ^> ^ get(); };
[System.Runtime.Serialization.DataMember]
public Microsoft.Xrm.Sdk.DataCollection<string> PropertyNames { get; }
[<System.Runtime.Serialization.DataMember>]
member this.PropertyNames : Microsoft.Xrm.Sdk.DataCollection<string>
Public ReadOnly Property PropertyNames As DataCollection(Of String)

Property Value

The collection of strings representing the metadata properties to retrieve.

Attributes

Remarks

Use the DataCollection<T> methods to manipulate the property names.

Applies to