ManagedPropertyMetadata Class

 

Applies To: Dynamics CRM 2015

For internal use only.

Namespace:   Microsoft.Xrm.Sdk.Metadata
Assembly:  Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)

Inheritance Hierarchy

System.Object
  Microsoft.Xrm.Sdk.Metadata.MetadataBase
    Microsoft.Xrm.Sdk.Metadata.ManagedPropertyMetadata

Syntax

[DataContractAttribute(Name = "ManagedPropertyMetadata", Namespace = "https://schemas.microsoft.com/xrm/2011/Metadata")]
public sealed class ManagedPropertyMetadata : MetadataBase
[DataContractAttribute(Name = "ManagedPropertyMetadata", Namespace = "https://schemas.microsoft.com/xrm/2011/Metadata")]
public ref class ManagedPropertyMetadata sealed : MetadataBase
[<Sealed>]
[<DataContractAttribute(Name = "ManagedPropertyMetadata", Namespace = "https://schemas.microsoft.com/xrm/2011/Metadata")>]
type ManagedPropertyMetadata = 
    class
        inherit MetadataBase
    end
<DataContractAttribute(Name := "ManagedPropertyMetadata", Namespace := "https://schemas.microsoft.com/xrm/2011/Metadata")>
Public NotInheritable Class ManagedPropertyMetadata
    Inherits MetadataBase

Constructors

Name Description
System_CAPS_pubmethod ManagedPropertyMetadata()

Initializes a new instance of the ManagedPropertyMetadata class

Properties

Name Description
System_CAPS_pubproperty Description

For internal use only.

System_CAPS_pubproperty DisplayName

For internal use only.

System_CAPS_pubproperty EnablesAttributeName

For internal use only.

System_CAPS_pubproperty EnablesEntityName

For internal use only.

System_CAPS_pubproperty ErrorCode

For internal use only.

System_CAPS_pubproperty EvaluationPriority

For internal use only.

System_CAPS_pubproperty ExtensionData

Gets or sets the structure that contains extra data.(Inherited from MetadataBase.)

System_CAPS_pubproperty HasChanged

Gets whether the item of metadata has changed.(Inherited from MetadataBase.)

System_CAPS_pubproperty IntroducedVersion

Gets a string identifying the solution version that the solution component was added in.

System_CAPS_pubproperty IsGlobalForOperation

For internal use only.

System_CAPS_pubproperty IsPrivate

For internal use only.

System_CAPS_pubproperty LogicalName

For internal use only.

System_CAPS_pubproperty ManagedPropertyType

For internal use only.

System_CAPS_pubproperty MetadataId

Gets or sets a unique identifier for the metadata item.(Inherited from MetadataBase.)

System_CAPS_pubproperty Operation

For internal use only.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Thread Safety

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.Xrm.Sdk.Metadata Namespace

Return to top

© 2016 Microsoft. All rights reserved. Copyright