PersistentStreamProviderConfig.WriteProperties Method
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.
Utility function to convert config to property bag for use in stream provider configuration
public void WriteProperties (System.Collections.Generic.Dictionary<string,string> properties);
member this.WriteProperties : System.Collections.Generic.Dictionary<string, string> -> unit
Public Sub WriteProperties (properties As Dictionary(Of String, String))
Parameters
- properties
- Dictionary<String,String>