GPMapEntry Class

 

Represents a map entry in a migration table.

Namespace:   Microsoft.GroupPolicy
Assembly:  Microsoft.GroupPolicy.Management (in Microsoft.GroupPolicy.Management.dll)

Inheritance Hierarchy

System.Object
  Microsoft.GroupPolicy.GPMapEntry

Syntax

public sealed class GPMapEntry : IEquatable<GPMapEntry>
public ref class GPMapEntry sealed : IEquatable<GPMapEntry^>
[<Sealed>]
type GPMapEntry = 
    class
        interface IEquatable<GPMapEntry>
    end
Public NotInheritable Class GPMapEntry
    Implements IEquatable(Of GPMapEntry)

Properties

Name Description
System_CAPS_pubproperty Destination

Gets the destination field for the map entry.

System_CAPS_pubproperty DestinationOption

Gets the destination option for the map entry.

System_CAPS_pubproperty EntryType

Gets the type for the map entry.

System_CAPS_pubproperty Source

Gets the source field for the map entry.

Methods

Name Description
System_CAPS_pubmethod Equals(GPMapEntry)

Determines whether the specified map entry is equal to this map entry.

System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Remarks

This class wraps the IGPMMapEntry COM interface.

Thread Safety

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

GPMigrationTable
Microsoft.GroupPolicy Namespace

Return to top