Click or drag to resize

IZfePropertyKeysUserDomain Property

The key value for specifying a domain when connecting to a session server.

Namespace:  MicroFocus.ZFE.Connector
Assembly:  MicroFocus.ZFE.Connector (in MicroFocus.ZFE.Connector.dll) Version: 1.1.30312.0 (1.1.30312.0)
Syntax
string UserDomain { get; }

Property Value

Type: String
Examples
Visual Basic for Applications:
Dim props As ZfeProperties
Dim propKeys As ZfePropertyKeys
Set props = new ZfeProperties()
Set propKeys = new ZfePropertyKeys()

props.SetProperty propKeys.UserDomain, "domain"
C#:
IZfeProperties props = new ZfeProperties();

props.SetProperty(ZfePropertyKeys.UserDomainKey, "domain");
See Also