ProposedValue Property
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Gets or sets the proposed value to be inserted into the LastModified column of the RegionCodeDataSet..::.CountryCodesDataTable.
Namespace: Microsoft.CommerceServer.Orders
Assembly: Microsoft.CommerceServer.Orders.CrossTierTypes (in Microsoft.CommerceServer.Orders.CrossTierTypes.dll)
Syntax
'Declaration
Public Property ProposedValue As DateTime
'Usage
Dim instance As RegionCodeDataSet..::.CountryCodesDataTable..::.LastModifiedChangeEventArg
Dim value As DateTime
value = instance.ProposedValue
instance.ProposedValue = value
public DateTime ProposedValue { get; set; }
public:
property DateTime ProposedValue {
DateTime get ();
void set (DateTime value);
}
public function get ProposedValue () : DateTime
public function set ProposedValue (value : DateTime)
Property Value
Type: System..::.DateTime
The proposed value to be inserted into the LastModified column of the RegionCodeDataSet..::.CountryCodesDataTable.
Remarks
Returns the proposed value to be inserted into the LastModified column of the RegionCodeDataSet..::.CountryCodesDataTable.
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.
See Also
Reference
RegionCodeDataSet..::.CountryCodesDataTable..::.LastModifiedChangeEventArg Class
RegionCodeDataSet..::.CountryCodesDataTable..::.LastModifiedChangeEventArg Members