SerializationContext.ResourceProperties Property

Definition

Important

This API is not CLS-compliant.

public:
 property System::Collections::Generic::IDictionary<System::String ^, System::Object ^> ^ ResourceProperties { System::Collections::Generic::IDictionary<System::String ^, System::Object ^> ^ get(); void set(System::Collections::Generic::IDictionary<System::String ^, System::Object ^> ^ value); };
[System.CLSCompliant(false)]
public System.Collections.Generic.IDictionary<string,object> ResourceProperties { get; set; }
member this.ResourceProperties : System.Collections.Generic.IDictionary<string, obj> with get, set
Public Property ResourceProperties As IDictionary(Of String, Object)

Property Value

IDictionary<String,Object>
Attributes

Applies to