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 Description 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..::.DescriptionChangeEventArg
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 Description column of the RegionCodeDataSet..::.CountryCodesDataTable.
Remarks
Returns the proposed value to be inserted into the Code 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..::.DescriptionChangeEventArg Class
RegionCodeDataSet..::.CountryCodesDataTable..::.DescriptionChangeEventArg Members