GraphTransactionScope.ExtraData 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.
Extra data to save in TLS
protected:
property System::Collections::Generic::Dictionary<System::String ^, System::Object ^> ^ ExtraData { System::Collections::Generic::Dictionary<System::String ^, System::Object ^> ^ get(); };
protected System.Collections.Generic.Dictionary<string,object> ExtraData { get; }
member this.ExtraData : System.Collections.Generic.Dictionary<string, obj>
Protected ReadOnly Property ExtraData As Dictionary(Of String, Object)