This topic has not yet been rated - Rate this topic

DfsrConfig class

This class is a DFSR configuration provider class. It includes provider-specific settings in addition to computer-wide service configuration parameters and methods.

Syntax

class DfsrConfig
{
  string ProviderVersion;
  string ServiceVersion;
};

Members

The DfsrConfig class has these types of members:

Methods

The DfsrConfig class has these methods.

MethodDescription
PollDsNow

This static method polls the Active Directory for configuration changes and applies any changes to the service.

 

Properties

The DfsrConfig class has these properties.

ProviderVersion
Data type: string
Access type: Read-only

Current version of the provider.

The format of this string is x.y.z.n.

ServiceVersion
Data type: string
Access type: Read-only

Service version.

The format of this string is x.y.z.n.

Requirements

Minimum supported client

Windows Vista [desktop apps only]

Minimum supported server

Windows Server 2003 R2 [desktop apps only]

End of client support

Windows Vista

Namespace

\\.\Root\MicrosoftDfs

MOF

Dfsrprov.mof;
Dfsrprovs.mof on Windows Server 2008 R2 and Windows Server 2008

 

 

Send comments about this topic to Microsoft

Build date: 10/26/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.