BinaryLinkShape.TargetRelationshipDomainClassId Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Stores the target element link domain class id, which will be used in deserialization to link the binary link shape back to the element link.
protected public:
property Guid TargetRelationshipDomainClassId { Guid get(); void set(Guid value); };
[System.Diagnostics.DebuggerBrowsable(System.Diagnostics.DebuggerBrowsableState.Never)]
protected internal Guid TargetRelationshipDomainClassId { [System.Diagnostics.DebuggerStepThrough] get; [System.Diagnostics.DebuggerStepThrough] set; }
[<System.Diagnostics.DebuggerBrowsable(System.Diagnostics.DebuggerBrowsableState.Never)>]
[<get: System.Diagnostics.DebuggerStepThrough>]
[<set: System.Diagnostics.DebuggerStepThrough>]
member this.TargetRelationshipDomainClassId : Guid with get, set
Protected Friend Property TargetRelationshipDomainClassId As Guid
Property Value
- Attributes