BCExtendedObjectGetAttribute Method |
Returns the value of an attribute with the specified name.
Namespace:
BlueCieloECM.InnoCielo.Meridian.Server
Assembly:
BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.111.0)
Syntax public Object GetAttribute(
string name
)
Public Function GetAttribute (
name As String
) As Object
Parameters
- name
- Type: SystemString
The name of the attribute to return.
Return Value
Type:
Object
The value of the attribute with the specified name; null if the attribute does not exist.
See Also