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

Names of Set specific attributes
显示文件 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_oe static_oe 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_oe static_oe property

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

Filter public_oe static_oe property

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

Temporal public_oe static_oe 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