AttributeMetadata.LinkedAttributeId Property
Applies To: Dynamics CRM 2015
Gets or sets an attribute that is linked between appointments and recurring appointments.
Namespace: Microsoft.Xrm.Sdk.Metadata
Assembly: Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)
Syntax
[DataMemberAttribute]
public Nullable<Guid> LinkedAttributeId { get; set; }
public:
[DataMemberAttribute]
property Nullable<Guid> LinkedAttributeId {
Nullable<Guid> get();
void set(Nullable<Guid> value);
}
[<DataMemberAttribute>]
member LinkedAttributeId : Nullable<Guid> with get, set
<DataMemberAttribute>
Public Property LinkedAttributeId As Nullable(Of Guid)
Property Value
Type: System.Nullable<Guid>
Type: Nullable<Guid>
The attribute ID that is linked between appointments and recurring appointments.
Remarks
Link custom attributes of the recurring appointment master (series) and appointment entities
See Also
AttributeMetadata Class
Microsoft.Xrm.Sdk.Metadata Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright