IGraphTransactionEnlistment.Properties 属性

定义

属性值的字典

public:
 property System::Collections::Generic::Dictionary<System::Object ^, System::Object ^> ^ Properties { System::Collections::Generic::Dictionary<System::Object ^, System::Object ^> ^ get(); };
public System.Collections.Generic.Dictionary<object,object> Properties { get; }
member this.Properties : System.Collections.Generic.Dictionary<obj, obj>
Public ReadOnly Property Properties As Dictionary(Of Object, Object)

属性值

Dictionary<Object,Object>

适用于