Share via


ModifiedBy Property

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

Gets or sets the name of the entity that last modified the current row.

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

Syntax

'Declaration
Public Property ModifiedBy As String
'Usage
Dim instance As RegionCodeDataSet..::.StateCodesRow
Dim value As String

value = instance.ModifiedBy

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

Property Value

Type: System..::.String
The name of the entity that last modified the current row.

Remarks

Stores the name of the entity that last modified the current row. The value is stored in the ModifiedByColumn.

Permissions

See Also

Reference

RegionCodeDataSet..::.StateCodesRow Class

RegionCodeDataSet..::.StateCodesRow Members

Microsoft.CommerceServer.Orders Namespace