Del via


MetadataPropertiesExpression.PropertyNames-egenskab

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

Navneområde: Microsoft.Xrm.Sdk.Metadata.Query
Assembly: Microsoft.Xrm.Sdk (i Microsoft.Xrm.Sdk.dll)

Syntaks

'Deklaration
<SuppressMessageAttribute("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly", Justification:="The requirement is to allow callers to change this collection property's value")> _
<DataMemberAttribute> _
Public Property PropertyNames As DataCollection(Of String)
[SuppressMessageAttribute("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly", Justification="The requirement is to allow callers to change this collection property\'s value")] 
[DataMemberAttribute] 
public DataCollection<string> PropertyNames { get; }

Egenskabsværdi

Type: DataCollection<Streng>
The collection of strings representing the metadata properties to retrieve.

Bemærkninger

Use the DataCollection methods to manipulate the property names.

Sikkerhed i tråd

Alle offentlige statiske (Shared i Visual Basic) medlemmer af denne type er trådsikret. Alle medlemmer af forekomsten er ikke garanteret trådsikkerhed.

Platforme

Development Platforms

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.

Target Platforms

Windows 98,Windows 2000,Windows 2000 Server,Windows CE,Windows Server 2008,Windows 98 Second Edition,Pocket PC,Smartphone,Windows Server 2003,Windows XP Professional,Windows Server 2008,Windows Server 2012,Windows 7,Windows 8,Windows 8.1

Se også

Reference

MetadataPropertiesExpression-klasse
MetadataPropertiesExpression-medlemmer
Microsoft.Xrm.Sdk.Metadata.Query-navneområde

Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.