Microsoft.Windows.DfsReplication.ReplicationGroupMemberReplication Member

Microsoft.Windows.DfsReplication.ReplicationGroupMember (ClassType)

DFS Replication group member.

Knowledge Base article:

Summary

This class represents a member of a DFS Replication group. A replication group is a set of servers, known as members, which participates in the replication of one or more replicated folders. A server may belong to one or more replication groups and may replicate multiple folders with different replication partners.

The following properties are defined for this class:

Additional

More information about the DfsrLocalMemberInfo WMI class is available on MSDN.

Element properties:

Base ClassMicrosoft.Windows.ApplicationComponent
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId5183a34d-0edf-1852-77ad-5e8fa7ca7b03

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ENU) Description (ENU) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Display Name Display name of monitoring object. false 256  False 
Microsoft.Windows.DfsReplication.ReplicationGroupMember:
RGName  string  Replication Group Name of the replication group to which the member server belongs. false 256  False 
MemberName  string  Member Name of the replication group member. false 256  False 
ReplicationGroupGUID  guid  Replication Group GUID GUID of the replication group to which the member server belongs. false 100   
MemberGUID  guid  Member GUID GUID of the replication group member. true 100   

Health Model:

Source Code:

<ClassType ID="Microsoft.Windows.DfsReplication.ReplicationGroupMember" Accessibility="Public" Abstract="false" Base="Windows!Microsoft.Windows.ApplicationComponent" Hosted="true" Singleton="false">
<Property ID="RGName" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="MemberName" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="ReplicationGroupGUID" Type="guid" Key="false" CaseSensitive="false" Length="100" MinLength="0"/>
<Property ID="MemberGUID" Type="guid" Key="true" CaseSensitive="false" Length="100" MinLength="0"/>
</ClassType>