IBCExtensionHostUserDetails Property |
Note: This API is now obsolete.
Gets the script object for the current user.
Namespace: BlueCieloECM.InnoCielo.Meridian.ExtensionsAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntax [ObsoleteAttribute("This property might be removed from future versions. Use the "ScriptObjects" property.")]
BCSUser UserDetails { get; }
<ObsoleteAttribute("This property might be removed from future versions. Use the "ScriptObjects" property.")>
ReadOnly Property UserDetails As BCSUser
Get
[ObsoleteAttribute(L"This property might be removed from future versions. Use the "ScriptObjects" property.")]
property BCSUser^ UserDetails {
BCSUser^ get ();
}
[<ObsoleteAttribute("This property might be removed from future versions. Use the "ScriptObjects" property.")>]
abstract UserDetails : BCSUser with get
Property Value
Type:
BCSUserRemarks
Returns if the meta data is not defined.
This property might be removed from future versions. Use the ScriptObjects property.
See Also