RefactoringRecord.Properties Property

Gets a list of property names and values.

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

Syntax

'Declaration
Public ReadOnly Property Properties As IDictionary(Of String, String)
public IDictionary<string, string> Properties { get; }
public:
property IDictionary<String^, String^>^ Properties {
    IDictionary<String^, String^>^ get ();
}
member Properties : IDictionary<string, string>
function get Properties () : IDictionary<String, String>

Property Value

Type: System.Collections.Generic.IDictionary<String, String>
The list of properties.

.NET Framework Security

See Also

Reference

RefactoringRecord Class

Microsoft.Data.Schema.Refactoring Namespace