Share via


RefactoringRecord.AddProperty Method

Adds a property and value to the transaction record.

Namespace:  Microsoft.Data.Schema.Refactoring
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
Public Sub AddProperty ( _
    propertyName As String, _
    value As String _
)
public void AddProperty(
    string propertyName,
    string value
)
public:
void AddProperty(
    String^ propertyName, 
    String^ value
)
member AddProperty : 
        propertyName:string * 
        value:string -> unit 
public function AddProperty(
    propertyName : String, 
    value : String
)

Parameters

  • value
    Type: System.String
    The value of the property as a string.

.NET Framework Security

See Also

Reference

RefactoringRecord Class

Microsoft.Data.Schema.Refactoring Namespace