Gets the script object for the current user.
Namespace: BlueCieloECM.InnoCielo.Meridian.ExtensionsAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.40.0)
Syntax
| C# |
|---|
[ObsoleteAttribute("This property might be removed from future versions. Use the "ScriptObjects" property.")] BCSUser UserDetails { get; } |
| Visual Basic |
|---|
<ObsoleteAttribute("This property might be removed from future versions. Use the "ScriptObjects" property.")> _ ReadOnly Property UserDetails As BCSUser Get |
| Visual C++ |
|---|
[ObsoleteAttribute(L"This property might be removed from future versions. Use the "ScriptObjects" property.")] property BCSUser^ UserDetails { BCSUser^ get (); } |
Remarks
Returns nullNothingnullptra null reference (Nothing in Visual Basic) if the meta data is not defined.
This property might be removed from future versions. Use the ScriptObjects property.