DataContractAttribute.IsReferenceSetExplicitly Property

Definition

Gets whether IsReference has been explicitly set.

public:
 property bool IsReferenceSetExplicitly { bool get(); };
public bool IsReferenceSetExplicitly { get; }
member this.IsReferenceSetExplicitly : bool
Public ReadOnly Property IsReferenceSetExplicitly As Boolean

Property Value

true if the reference has been explicitly set; otherwise, false.

Applies to