TableName Property

Gets the name of table for which changes were examined.

Namespace:  Microsoft.Dynamics.Commerce.Runtime.Data
Assembly:  Microsoft.Dynamics.Commerce.Runtime (in Microsoft.Dynamics.Commerce.Runtime.dll)

Syntax

'Declaration
Public Property TableName As String
    Get
    Private Set
'Usage
Dim instance As ChangeSet
Dim value As String

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

Property Value

Type: System.String
Returns String.

See Also

Reference

ChangeSet Class

Microsoft.Dynamics.Commerce.Runtime.Data Namespace