Share via


LastModifiedBy Property

For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.

Gets the name of the user that last modified the Expression object.

Namespace:  Microsoft.CommerceServer.Marketing
Assembly:  Microsoft.CommerceServer.Marketing.CrossTierTypes (in Microsoft.CommerceServer.Marketing.CrossTierTypes.dll)

Syntax

'Declaration
Public ReadOnly Property LastModifiedBy As String
'Usage
Dim instance As Expression
Dim value As String

value = instance.LastModifiedBy
public string LastModifiedBy { get; }
public:
property String^ LastModifiedBy {
    String^ get ();
}
public function get LastModifiedBy () : String

Property Value

Type: System..::.String
The name of the user that last modified the Expression.

Remarks

The maximum length of the returned user name is 50 characters.

Permissions

See Also

Reference

Expression Class

Expression Members

Microsoft.CommerceServer.Marketing Namespace