MetadataPropertiesExpression.PropertyNames Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.