Domain Property

Sets or retrieves the name of the Windows domain that acts as the source of security information for the security synchronization process.

Syntax

object.Domain [= String]

Properties

The Domain property syntax has these parts:

Part

Description

object

An object expression that evaluates to an object in the Applies To list.

String

A valid Windows domain name.

Remarks

You must set Domain to a valid domain name when the UseDomainSecurity property is equal to True.

This property corresponds to the domain name following the /D command line parameter of the Security Synchronizer application.

 

Applies To