LocalizablePropertyDescriptor(PropertyInfo, ResourceManager, Boolean) Constructor

Definition

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

Applies to