DataContractAttribute.IsReference Proprietà

Definizione

Ottiene o imposta un valore che indica se mantenere i dati del riferimento all'oggetto.

public:
 property bool IsReference { bool get(); void set(bool value); };
public bool IsReference { get; set; }
member this.IsReference : bool with get, set
Public Property IsReference As Boolean

Valore della proprietà

true per mantenere i dati di riferimento all'oggetto tramite XML standard. In caso contrario, false. Il valore predefinito è false.

Commenti

Utilizzare la proprietà IsReference per indicare a DataContractSerializer di inserire i costrutti XML che mantengono le informazioni sul riferimento all'oggetto.

Si applica a

Vedi anche