Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Gets the name of the user that last modified the current PromoCodeDefinition 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 PromoCodeDefinition
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 username of the last user who modified the current instance.
Remarks
Gets the name of the user that last modified the current instance.
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.