PropertyName Property
Gets {insert text here}.
Namespace: Microsoft.Data.Tools.Model
Assembly: Microsoft.Data.Tools.Model (in Microsoft.Data.Tools.Model.dll)
Syntax
'Declaration
ReadOnly Property PropertyName As String
Get
'Usage
Dim instance As IModelProperty
Dim value As String
value = instance.PropertyName
string PropertyName { get; }
property String^ PropertyName {
String^ get ();
}
abstract PropertyName : string
function get PropertyName () : String
Property Value
Type: System..::..String