Condividi tramite


Metodo RefactoringRecord.GetProperty

Restituisce il valore della proprietà identificata dal nome di proprietà fornito.

Spazio dei nomi:  Microsoft.Data.Schema.Refactoring
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Sintassi

'Dichiarazione
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

Parametri

Valore restituito

Tipo: System.String
Valore della proprietà.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

RefactoringRecord Classe

Spazio dei nomi Microsoft.Data.Schema.Refactoring