SchemaDefinition.Column.MemberName Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The name of the member the column is taken from. The API requires this to not be null, and a valid name of a member of the type for which we are creating a schema.
public string MemberName { get; }
member this.MemberName : string
Public ReadOnly Property MemberName As String