DataContractAttribute.IsReferenceSetExplicitly プロパティ
定義
IsReference が明示的に設定されているかどうかを取得します。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
プロパティ値
参照が明示的に設定されている場合は true
。それ以外の場合は false
。true
if the reference has been explicitly set; otherwise, false
.