RefactoringRecord.GetProperty Method
Returns the value of the property that is identified by the provided property name.
Namespace: Microsoft.Data.Schema.Refactoring
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public Function GetProperty ( _
propertyName As String _
) As String
public string GetProperty(
string propertyName
)
public:
String^ GetProperty(
String^ propertyName
)
member GetProperty :
propertyName:string -> string
public function GetProperty(
propertyName : String
) : String
Parameters
- propertyName
Type: System.String
The name of the property.
Return Value
Type: System.String
The value of the property.
.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.