ManagedPropertyMetadata.ManagedPropertyType Property
Applies To: Dynamics CRM 2015
For internal use only.
Namespace: Microsoft.Xrm.Sdk.Metadata
Assembly: Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)
Syntax
[DataMemberAttribute]
public Nullable<ManagedPropertyType> ManagedPropertyType { get; internal set; }
public:
[DataMemberAttribute]
property Nullable<ManagedPropertyType> ManagedPropertyType {
Nullable<ManagedPropertyType> get();
internal: void set(Nullable<ManagedPropertyType> value);
}
[<DataMemberAttribute>]
member ManagedPropertyType : Nullable<ManagedPropertyType> with get, internal set
<DataMemberAttribute>
Public Property ManagedPropertyType As Nullable(Of ManagedPropertyType)
Get
Friend Set
End Property
Property Value
Type: System.Nullable<ManagedPropertyType>
Type: Nullable<ManagedPropertyType>
For internal use only.
See Also
ManagedPropertyMetadata Class
Microsoft.Xrm.Sdk.Metadata Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright