FacetRepository.GetFacetProperties(Type) Method

Definition

Properties for given ManagementFacet

public static System.Reflection.PropertyInfo[] GetFacetProperties (Type managementFacet);
static member GetFacetProperties : Type -> System.Reflection.PropertyInfo[]
Public Shared Function GetFacetProperties (managementFacet As Type) As PropertyInfo()

Parameters

managementFacet
Type

ManagementFacet

Returns

facet properties or null if it's not a facet

Applies to