ITrustedSettingsRootServerAbsoluteUri Property

An Uri of type Absolute which corresponds to RootServerUrl.

Definition

Namespace: SMath.Manager
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.2.9018.0
C#
Uri RootServerAbsoluteUri { get; }

Property Value

Uri

Remarks

Remarks

Default value of RootServerUrl is preserved unless a valid absolute URI is specified for it in the trusted settings file. It means that RootServerUrl always contains a non-empty string and RootServerAbsoluteUri is never .

See Also