Dela via


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

Return Value

Type: System.String
The value of the property.

.NET Framework Security

See Also

Reference

RefactoringRecord Class

Microsoft.Data.Schema.Refactoring Namespace