Share via


RemoteAccessConfigurationVersion class

Defines the object containing the server GPO versioning information.

The following syntax is simplified from Managed Object Format (MOF) code and includes all of the inherited properties.

Syntax

[ClassVersion("1.0.0"), dynamic, provider("RAServerPSProvider"), AMENDMENT]
class RemoteAccessConfigurationVersion
{
  string   ReceivedConfigGlobalVersion;
  string   ReceivedConfigSiteVersion;
  datetime ReceivedConfigTimestamp;
  string   AppliedConfigGlobalVersion;
  string   AppliedConfigSiteVersion;
  datetime AppliedConfigTimestamp;
};

Members

The RemoteAccessConfigurationVersion class has these types of members:

Properties

The RemoteAccessConfigurationVersion class has these properties.

AppliedConfigGlobalVersion

Data type: string

Access type: Read-only

Applied configuration global version

AppliedConfigSiteVersion

Data type: string

Access type: Read-only

Applied configuration site version

AppliedConfigTimestamp

Data type: datetime

Access type: Read-only

Applied configuration timestamp

ReceivedConfigGlobalVersion

Data type: string

Access type: Read-only

Received configuration global version

ReceivedConfigSiteVersion

Data type: string

Access type: Read-only

Received configuration Site version

ReceivedConfigTimestamp

Data type: datetime

Access type: Read-only

Received configuration timestamp

Requirements

Minimum supported client
None supported
Minimum supported server
Windows Server 2012
Namespace
Root\microsoft\windows\remoteaccess\server
MOF
RAServerPSProvider.mof
DLL
RAServerPSProvider.dll