PropertyName Property

Gets {insert text here}.

Namespace:  Microsoft.Data.Tools.Model.Simple
Assembly:  Microsoft.Data.Tools.Model (in Microsoft.Data.Tools.Model.dll)

Syntax

'Declaration
Public ReadOnly Property PropertyName As String
    Get
'Usage
Dim instance As ReferenceProperty
Dim value As String

value = instance.PropertyName
public string PropertyName { get; }
public:
virtual property String^ PropertyName {
    String^ get () sealed;
}
abstract PropertyName : string
override PropertyName : string
final function get PropertyName () : String

Property Value

Type: System..::..String

Implements

IModelProperty..::..PropertyName

See Also

Reference

ReferenceProperty Class

Microsoft.Data.Tools.Model.Simple Namespace