FacetInfo.FacetPropertyDescriptors Property
Gets the descriptors of the facet properties.
Namespace: Microsoft.SqlServer.Management.Dmf
Assembly: Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)
Syntax
'Declaration
Public ReadOnly Property FacetPropertyDescriptors As PropertyDescriptorCollection
Get
'Usage
Dim instance As FacetInfo
Dim value As PropertyDescriptorCollection
value = instance.FacetPropertyDescriptors
public PropertyDescriptorCollection FacetPropertyDescriptors { get; }
public:
property PropertyDescriptorCollection^ FacetPropertyDescriptors {
PropertyDescriptorCollection^ get ();
}
member FacetPropertyDescriptors : PropertyDescriptorCollection
function get FacetPropertyDescriptors () : PropertyDescriptorCollection
Property Value
Type: System.ComponentModel.PropertyDescriptorCollection
A FacetPropertyDescriptors object that contains the descriptor information for the facet properties.