ManagedPropertyAttributeMetadata.ParentComponentType 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<int> ParentComponentType { get; internal set; }
public:
[DataMemberAttribute]
property Nullable<int> ParentComponentType {
Nullable<int> get();
internal: void set(Nullable<int> value);
}
[<DataMemberAttribute>]
member ParentComponentType : Nullable<int> with get, internal set
<DataMemberAttribute>
Public Property ParentComponentType As Nullable(Of Integer)
Get
Friend Set
End Property
Property Value
Type: System.Nullable<Int32>
Type: Nullable<Int32>
For internal use only.
See Also
ManagedPropertyAttributeMetadata Class
Microsoft.Xrm.Sdk.Metadata Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright