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 | |
---|---|---|
ManagedPropertyMetadata() | Initializes a new instance of the ManagedPropertyMetadata class |
Properties
Name | Description | |
---|---|---|
Description | For internal use only. |
|
DisplayName | For internal use only. |
|
EnablesAttributeName | For internal use only. |
|
EnablesEntityName | For internal use only. |
|
ErrorCode | For internal use only. |
|
EvaluationPriority | For internal use only. |
|
ExtensionData | Gets or sets the structure that contains extra data.(Inherited from MetadataBase.) |
|
HasChanged | Gets whether the item of metadata has changed.(Inherited from MetadataBase.) |
|
IntroducedVersion | Gets a string identifying the solution version that the solution component was added in. |
|
IsGlobalForOperation | For internal use only. |
|
IsPrivate | For internal use only. |
|
LogicalName | For internal use only. |
|
ManagedPropertyType | For internal use only. |
|
MetadataId | Gets or sets a unique identifier for the metadata item.(Inherited from MetadataBase.) |
|
Operation | For internal use only. |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
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