Microsoft.Windows.FileServer.DFSR.ReplicationGroupMemberReplication Group Member

Microsoft.Windows.FileServer.DFSR.ReplicationGroupMember (ClassType)

This class represents a member of a replication group (a server that uses DFS Replication to synchronize files with another server).

Knowledge Base article:

Summary

This class represents a member of a replication group (a server that uses DFS Replication to synchronize files with another server).

The following properties are defined for this class:

Additional

Element properties:

Base ClassMicrosoft.Windows.ApplicationComponent
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId512f7dfa-b57e-0f7b-6258-cf4a83abf895

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.FileServer.DFSR.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   
IsClustered  string  Clustered Member is a network name - VCO or not false 256  False 
ClusterGroupName  string  Cluster Group Name Member's cluster group name false 256  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.Windows.FileServer.DFSR.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"/>
<Property ID="IsClustered" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="ClusterGroupName" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
</ClassType>