שתף באמצעות


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 Name 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 String
'Usage
Dim instance As RegionCodeDataSet..::.CountryCodesDataTable..::.NameChangeEventArg
Dim value As String

value = instance.ProposedValue

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

Property Value

Type: System..::.String
The proposed value to be inserted into the Name column of the RegionCodeDataSet..::.CountryCodesDataTable.

Remarks

Returns the proposed value to be inserted into the Name column of the RegionCodeDataSet..::.CountryCodesDataTable.

Permissions

See Also

Reference

RegionCodeDataSet..::.CountryCodesDataTable..::.NameChangeEventArg Class

RegionCodeDataSet..::.CountryCodesDataTable..::.NameChangeEventArg Members

Microsoft.CommerceServer.Orders Namespace