Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

XPObjectSpace.GetKeyValueAsString(Object) Method

Returns the key property’s value of the specified object, converted to a string representation.

Namespace: DevExpress.ExpressApp.Xpo

Assembly: DevExpress.ExpressApp.Xpo.v19.2.dll

Declaration

public override string GetKeyValueAsString(
    object obj
)

Parameters

Name Type Description
obj Object

An object whose key property value is requested.

Returns

Type Description
String

A string which is the value of the specified object’s key property.

Remarks

This method requests the key property value of the specified object from the XPObjectSpace.Session. If the value is not null (Nothing in VB), its string representation is returned.

See Also