ProviderConfigurationExtensions.GetGuidProperty 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.
public static Guid GetGuidProperty (this Orleans.Providers.IProviderConfiguration config, string key, Guid settingDefault);
static member GetGuidProperty : Orleans.Providers.IProviderConfiguration * string * Guid -> Guid
<Extension()>
Public Function GetGuidProperty (config As IProviderConfiguration, key As String, settingDefault As Guid) As Guid
Parameters
- config
- IProviderConfiguration
- key
- String
- settingDefault
- Guid