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
- 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.