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
- propertyName
Type: System.String
The name of the property.
- value
Type: System.String
The value of the property as a string.
.NET Framework Security
- 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.