AdoNetGrainStorageOptions.UseJsonFormat 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
儲存體字串承載是否應格式化為 JSON。 如果 和 UseXmlFormat 都未 UseJsonFormat 設定為 true,則會將 BinaryFormatSerializer 設定為格式化儲存體字串承載。
public bool UseJsonFormat { get; set; }
member this.UseJsonFormat : bool with get, set
Public Property UseJsonFormat As Boolean