DevicePropertyFactory.GetKnownPropertyTypes Method (ICustomAttributeProvider)
Returns a list of known property types.
Namespace: Microsoft.WindowsServerSolutions.Common.Devices
Assembly: DevicesOM (in DevicesOM.dll)
Syntax
public static IEnumerable<Type> GetKnownPropertyTypes(
ICustomAttributeProvider provider
)
public:
static IEnumerable<Type^>^ GetKnownPropertyTypes(
ICustomAttributeProvider^ provider
)
Public Shared Function GetKnownPropertyTypes (
provider As ICustomAttributeProvider
) As IEnumerable(Of Type)
Parameters
provider
Type: System.Reflection.ICustomAttributeProviderThe ICustomAttributeProvider object.
Return Value
Type: System.Collections.Generic.IEnumerable<Type>
An instance of IEnumerable<T> that contains the list of known property types.
See Also
DevicePropertyFactory Class
Microsoft.WindowsServerSolutions.Common.Devices Namespace
Return to top