C# Class Microsoft.ResourceManagement.ObjectModel.ResourceTypes.RmSet.AttributeNames

Names of Set specific attributes
Show file Open project: Predica/FimClient

Public Properties

Property Type Description
ComputedMember Microsoft.ResourceManagement.ObjectModel.RmAttributeName
ExplicitMember Microsoft.ResourceManagement.ObjectModel.RmAttributeName
Filter Microsoft.ResourceManagement.ObjectModel.RmAttributeName
Temporal Microsoft.ResourceManagement.ObjectModel.RmAttributeName

Property Details

ComputedMember public static property

Computed Member Resources in the set that are computed from the membership filter
public static RmAttributeName,Microsoft.ResourceManagement.ObjectModel ComputedMember
return Microsoft.ResourceManagement.ObjectModel.RmAttributeName

ExplicitMember public static property

Manually-managed Membership ExplicitMember
public static RmAttributeName,Microsoft.ResourceManagement.ObjectModel ExplicitMember
return Microsoft.ResourceManagement.ObjectModel.RmAttributeName

Filter public static property

Filter A predicate defining a subset of the resources.
public static RmAttributeName,Microsoft.ResourceManagement.ObjectModel Filter
return Microsoft.ResourceManagement.ObjectModel.RmAttributeName

Temporal public static property

Temporal Defined by a filter that matches resources based on date and time attributes
public static RmAttributeName,Microsoft.ResourceManagement.ObjectModel Temporal
return Microsoft.ResourceManagement.ObjectModel.RmAttributeName