AttributeMetadata.LinkedAttributeId Property

Definition

Gets or sets an attribute that is linked between appointments and recurring appointments.

public:
 property Nullable<Guid> LinkedAttributeId { Nullable<Guid> get(); void set(Nullable<Guid> value); };
[System.Runtime.Serialization.DataMember]
public Guid? LinkedAttributeId { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.LinkedAttributeId : Nullable<Guid> with get, set
Public Property LinkedAttributeId As Nullable(Of Guid)

Property Value

Nullable<Guid>

Type: Nullable<Guid> The attribute ID that is linked between appointments and recurring appointments.

Attributes

Remarks

Link custom attributes of the recurring appointment master (series) and appointment entities

Applies to