LocalizablePropertyDescriptor(PropertyInfo, ResourceManager, Boolean) Constructor
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.
Constructor
public LocalizablePropertyDescriptor (System.Reflection.PropertyInfo property, System.Resources.ResourceManager resourceManager, bool isDefaultResourceManager);
new Microsoft.SqlServer.Management.Sdk.Sfc.LocalizablePropertyDescriptor : System.Reflection.PropertyInfo * System.Resources.ResourceManager * bool -> Microsoft.SqlServer.Management.Sdk.Sfc.LocalizablePropertyDescriptor
Public Sub New (property As PropertyInfo, resourceManager As ResourceManager, isDefaultResourceManager As Boolean)
Parameters
- property
- PropertyInfo
The property that is being described
- resourceManager
- ResourceManager
The resource manager containing the localized category and name strings
- isDefaultResourceManager
- Boolean