Partager via


RefactoringRecord.GetProperty, méthode

Retourne la valeur de la propriété qui est identifiée par le nom de propriété fourni.

Espace de noms :  Microsoft.Data.Schema.Refactoring
Assembly :  Microsoft.Data.Schema (dans Microsoft.Data.Schema.dll)

Syntaxe

'Déclaration
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

Paramètres

Valeur de retour

Type : System.String
Valeur de la propriété.

Sécurité .NET Framework

Voir aussi

Référence

RefactoringRecord Classe

Microsoft.Data.Schema.Refactoring, espace de noms